Html Css Color HEX #39C12D Lime Green

📋 copy color: '#39C12D'

red 57 ◦ green 193 ◦ blue 45

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

Shades of Lime Green #39C12D

Tints of Lime Green #39C12D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 65.42%

 BLUE value IS 45 (17.97% from 255) = 15.25%

R = 19.32%
G = 65.42%
B = 15.25%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#39C12D (or 0x39C12D) is known color: Lime Green. HEX triplet: 39, C1 and 2D. RGB value is (57,193,45). Sum of RGB (Red+Green+Blue) = 57+193+45=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 193 (75.78% from 255 or 65.42% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 193 - color contains mainly: green. Hex color #39C12D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C12D is #C63ED2. Grayscale: #878787. Windows color (decimal): -12992211 or 2998585. OLE color: 2998585.

HSL color Cylindrical-coordinate representation of color #39C12D: hue angle of 115.14º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39C12D is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 57 193 45 -
CMYK 0.70 0 0.77 0.24
HSL 115.14º 0.62% 0.47% -
HSV(B) 115.14º 0.77% 0.76% -
XYZ 21.23 39.2 8.93 -
YUV 135.46 76.94 72.03 -
System Red Green Blue C M Y K H S L
Decimal 57 193 45 0.70 0 0.77 0.24 115.14 0.62 0.47
Hex 39 C1 2D 46 0 4D 18 73 3E 2F
Octal 71 301 55 106 0 115 30 163 76 57
Binary 111001 11000001 101101 1000110 0 1001101 11000 1110011 111110 101111

Color Harmonies of #39C12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39C12D

Black with #39C12D

Text Example


Text Example

White with #39C12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,193,45); }

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

background-color css

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

 a { background-color: rgb(57,193,45); }

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

border-color css

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

 span { border-color: rgb(57,193,45); }

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