Html Css Color HEX #39CF30 Lime Green

📋 copy color: '#39CF30'

red 57 ◦ green 207 ◦ blue 48

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

Shades of Lime Green #39CF30

Tints of Lime Green #39CF30

RGB

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

 GREEN value IS 207 (81.25% from 255) = 66.35%

 BLUE value IS 48 (19.14% from 255) = 15.38%

R = 18.27%
G = 66.35%
B = 15.38%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#39CF30 (or 0x39CF30) is known color: Lime Green. HEX triplet: 39, CF and 30. RGB value is (57,207,48). Sum of RGB (Red+Green+Blue) = 57+207+48=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 207 (81.25% from 255 or 66.35% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 207 - color contains mainly: green. Hex color #39CF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39CF30 is #C630CF. Grayscale: #909090. Windows color (decimal): -12988624 or 3198777. OLE color: 3198777.

HSL color Cylindrical-coordinate representation of color #39CF30: hue angle of 116.6º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39CF30 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 207 48 -
CMYK 0.72 0 0.77 0.19
HSL 116.6º 0.62% 0.5% -
HSV(B) 116.6º 0.77% 0.81% -
XYZ 24.53 45.71 10.33 -
YUV 144.02 73.81 65.93 -
System Red Green Blue C M Y K H S L
Decimal 57 207 48 0.72 0 0.77 0.19 116.6 0.62 0.5
Hex 39 CF 30 48 0 4D 13 75 3E 32
Octal 71 317 60 110 0 115 23 165 76 62
Binary 111001 11001111 110000 1001000 0 1001101 10011 1110101 111110 110010

Color Harmonies of #39CF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39CF30

Black with #39CF30

Text Example


Text Example

White with #39CF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,207,48); }

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

background-color css

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

 a { background-color: rgb(57,207,48); }

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

border-color css

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

 span { border-color: rgb(57,207,48); }

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