#38CA37

Color #38CA37 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #38CA37

Tints of Lime Green #38CA37

Color information

#38CA37 (or 0x38CA37) is unknown color: approx Lime Green. HEX triplet: 38, CA and 37. RGB value is (56,202,55). Sum of RGB (Red+Green+Blue) = 56+202+55=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 202 (79.30% from 255 or 64.54% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 202 - color contains mainly: green. Hex color #38CA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CA37 is #C735C8. Grayscale: #8E8E8E. Windows color (decimal): -13055433 or 3656248. OLE color: 3656248.

HSL color Cylindrical-coordinate representation of color #38CA37: hue angle of 119.59º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CA37 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB5620255-
CMYK0.7200.730.21
HSL119.59º58.1%50.39%-
HSV(B)119.59º72.77%79.22%-
XYZ23.4443.3610.75-
YUV141.5979.1366.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 17.89%
GREEN value IS 202 (79.30% from 255) = 64.54%
BLUE value IS 55 (21.88% from 255) = 17.57%
R=17.89%
G=64.54%
B=17.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal56202550.7200.730.21119.5958.150.39
Hex38CA374804915783a32
Octal70312671100111251707262
Binary11100011001010110111100100001001001101011111000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38CA37; }

 p { color: rgb(56,202,55); }

 H1.HeaderClassName
 {
   color: #38CA37;
 }
 .AnyTagClassName
 {
   color: #38CA37;
 }
</style>
background-color css

<style>
 a { background-color: #38CA37; }

 a { background-color: rgb(56,202,55); }

 div.DivClassName
 {
   background-color: #38CA37;
 }
 .BgClassName
 {
   background-color: #38CA37;
 }
</style>
border-color css

<style>
 span { border-color: #38CA37; }

 span { border-color: rgb(56,202,55); }

 td.TdClassName
 {
   border-color: #38CA37;
 }
 .TagClassName
 {
   border-color: #38CA37;
 }
</style>