Html Css Color HEX #39C02A Lime Green

📋 copy color: '#39C02A'

red 57 ◦ green 192 ◦ blue 42

#39C02A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #39C02A

Tints of Lime Green #39C02A

RGB

 RED value IS 57 (22.66% from 255) = 19.59%

 GREEN value IS 192 (75.39% from 255) = 65.98%

 BLUE value IS 42 (16.8% from 255) = 14.43%

R = 19.59%
G = 65.98%
B = 14.43%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#39C02A (or 0x39C02A) is known color: Lime Green. HEX triplet: 39, C0 and 2A. RGB value is (57,192,42). Sum of RGB (Red+Green+Blue) = 57+192+42=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 192 (75.39% from 255 or 65.98% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 192 - color contains mainly: green. Hex color #39C02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C02A is #C63FD5. Grayscale: #878787. Windows color (decimal): -12992470 or 2801721. OLE color: 2801721.

HSL color Cylindrical-coordinate representation of color #39C02A: hue angle of 114º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39C02A is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 57 192 42 -
CMYK 0.70 0 0.78 0.25
HSL 114º 0.64% 0.46% -
HSV(B) 114º 0.78% 0.75% -
XYZ 20.95 38.74 8.56 -
YUV 134.54 75.77 72.7 -
System Red Green Blue C M Y K H S L
Decimal 57 192 42 0.70 0 0.78 0.25 114 0.64 0.46
Hex 39 C0 2A 46 0 4E 19 72 40 2E
Octal 71 300 52 106 0 116 31 162 100 56
Binary 111001 11000000 101010 1000110 0 1001110 11001 1110010 1000000 101110

Color Harmonies of #39C02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39C02A

Black with #39C02A

Text Example


Text Example

White with #39C02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39C02A; }

 p { color: rgb(57,192,42); }

 H1.HeaderClassName
 {
   color: #39C02A;
 }
 .AnyTagClassName
 {
   color: #39C02A;
 }
</style>

background-color css

<style>
 a { background-color: #39C02A; }

 a { background-color: rgb(57,192,42); }

 div.DivClassName
 {
   background-color: #39C02A;
 }
 .BgClassName
 {
   background-color: #39C02A;
 }
</style>

border-color css

<style>
 span { border-color: #39C02A; }

 span { border-color: rgb(57,192,42); }

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