Html Css Color HEX #42C136 Lime Green

📋 copy color: '#42C136'

red 66 ◦ green 193 ◦ blue 54

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

Shades of Lime Green #42C136

Tints of Lime Green #42C136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.25%

R = 21.09%
G = 61.66%
B = 17.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#42C136 (or 0x42C136) is known color: Lime Green. HEX triplet: 42, C1 and 36. RGB value is (66,193,54). Sum of RGB (Red+Green+Blue) = 66+193+54=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 193 (75.78% from 255 or 61.66% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 193 - color contains mainly: green. Hex color #42C136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C136 is #BD3EC9. Grayscale: #8B8B8B. Windows color (decimal): -12402378 or 3588418. OLE color: 3588418.

HSL color Cylindrical-coordinate representation of color #42C136: hue angle of 114.82º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42C136 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 193 54 -
CMYK 0.66 0 0.72 0.24
HSL 114.82º 0.56% 0.48% -
HSV(B) 114.82º 0.72% 0.76% -
XYZ 21.98 39.56 9.97 -
YUV 139.18 79.92 75.8 -
System Red Green Blue C M Y K H S L
Decimal 66 193 54 0.66 0 0.72 0.24 114.82 0.56 0.48
Hex 42 C1 36 42 0 48 18 73 38 30
Octal 102 301 66 102 0 110 30 163 70 60
Binary 1000010 11000001 110110 1000010 0 1001000 11000 1110011 111000 110000

Color Harmonies of #42C136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C136

Black with #42C136

Text Example


Text Example

White with #42C136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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