Html Css Color HEX #39C130 Lime Green

📋 copy color: '#39C130'

red 57 ◦ green 193 ◦ blue 48

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

Shades of Lime Green #39C130

Tints of Lime Green #39C130

RGB

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

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

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

R = 19.13%
G = 64.77%
B = 16.11%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#39C130 (or 0x39C130) is known color: Lime Green. HEX triplet: 39, C1 and 30. RGB value is (57,193,48). Sum of RGB (Red+Green+Blue) = 57+193+48=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 193 (75.78% from 255 or 64.77% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 193 - color contains mainly: green. Hex color #39C130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C130 is #C63ECF. Grayscale: #888888. Windows color (decimal): -12992208 or 3195193. OLE color: 3195193.

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

Color convert

RGB 57 193 48 -
CMYK 0.70 0 0.75 0.24
HSL 116.28º 0.6% 0.47% -
HSV(B) 116.28º 0.75% 0.76% -
XYZ 21.29 39.22 9.24 -
YUV 135.81 78.44 71.79 -
System Red Green Blue C M Y K H S L
Decimal 57 193 48 0.70 0 0.75 0.24 116.28 0.6 0.47
Hex 39 C1 30 46 0 4B 18 74 3C 2F
Octal 71 301 60 106 0 113 30 164 74 57
Binary 111001 11000001 110000 1000110 0 1001011 11000 1110100 111100 101111

Color Harmonies of #39C130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39C130

Black with #39C130

Text Example


Text Example

White with #39C130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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