Html Css Color HEX #39C330 Lime Green

📋 copy color: '#39C330'

red 57 ◦ green 195 ◦ blue 48

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

Shades of Lime Green #39C330

Tints of Lime Green #39C330

RGB

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

 GREEN value IS 195 (76.56% from 255) = 65%

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

R = 19%
G = 65%
B = 16%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#39C330 (or 0x39C330) is known color: Lime Green. HEX triplet: 39, C3 and 30. RGB value is (57,195,48). Sum of RGB (Red+Green+Blue) = 57+195+48=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 195 (76.56% from 255 or 65% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 195 - color contains mainly: green. Hex color #39C330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C330 is #C63CCF. Grayscale: #898989. Windows color (decimal): -12991696 or 3195705. OLE color: 3195705.

HSL color Cylindrical-coordinate representation of color #39C330: hue angle of 116.33º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39C330 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 57 195 48 -
CMYK 0.71 0 0.75 0.24
HSL 116.33º 0.6% 0.48% -
HSV(B) 116.33º 0.75% 0.76% -
XYZ 21.74 40.11 9.39 -
YUV 136.98 77.78 70.95 -
System Red Green Blue C M Y K H S L
Decimal 57 195 48 0.71 0 0.75 0.24 116.33 0.6 0.48
Hex 39 C3 30 47 0 4B 18 74 3C 30
Octal 71 303 60 107 0 113 30 164 74 60
Binary 111001 11000011 110000 1000111 0 1001011 11000 1110100 111100 110000

Color Harmonies of #39C330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39C330

Black with #39C330

Text Example


Text Example

White with #39C330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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