Html Css Color HEX #42C131 Lime Green

📋 copy color: '#42C131'

red 66 ◦ green 193 ◦ blue 49

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

Shades of Lime Green #42C131

Tints of Lime Green #42C131

RGB

 RED value IS 66 (26.17% from 255) = 21.43%

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

 BLUE value IS 49 (19.53% from 255) = 15.91%

R = 21.43%
G = 62.66%
B = 15.91%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#42C131 (or 0x42C131) is known color: Lime Green. HEX triplet: 42, C1 and 31. RGB value is (66,193,49). Sum of RGB (Red+Green+Blue) = 66+193+49=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 193 (75.78% from 255 or 62.66% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 193 - color contains mainly: green. Hex color #42C131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C131 is #BD3ECE. Grayscale: #8B8B8B. Windows color (decimal): -12402383 or 3260738. OLE color: 3260738.

HSL color Cylindrical-coordinate representation of color #42C131: hue angle of 112.92º 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 #42C131 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 193 49 -
CMYK 0.66 0 0.75 0.24
HSL 112.92º 0.6% 0.47% -
HSV(B) 112.92º 0.75% 0.76% -
XYZ 21.87 39.52 9.38 -
YUV 138.61 77.42 76.21 -
System Red Green Blue C M Y K H S L
Decimal 66 193 49 0.66 0 0.75 0.24 112.92 0.6 0.47
Hex 42 C1 31 42 0 4B 18 71 3C 2F
Octal 102 301 61 102 0 113 30 161 74 57
Binary 1000010 11000001 110001 1000010 0 1001011 11000 1110001 111100 101111

Color Harmonies of #42C131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C131

Black with #42C131

Text Example


Text Example

White with #42C131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42C131; }

 p { color: rgb(66,193,49); }

 H1.HeaderClassName
 {
   color: #42C131;
 }
 .AnyTagClassName
 {
   color: #42C131;
 }
</style>

background-color css

<style>
 a { background-color: #42C131; }

 a { background-color: rgb(66,193,49); }

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

border-color css

<style>
 span { border-color: #42C131; }

 span { border-color: rgb(66,193,49); }

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