Html Css Color HEX #42C236 Lime Green

📋 copy color: '#42C236'

red 66 ◦ green 194 ◦ blue 54

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

Shades of Lime Green #42C236

Tints of Lime Green #42C236

RGB

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

 GREEN value IS 194 (76.17% from 255) = 61.78%

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

R = 21.02%
G = 61.78%
B = 17.2%

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

#42C236 (or 0x42C236) is known color: Lime Green. HEX triplet: 42, C2 and 36. RGB value is (66,194,54). Sum of RGB (Red+Green+Blue) = 66+194+54=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 194 (76.17% from 255 or 61.78% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 194 - color contains mainly: green. Hex color #42C236 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C236 is #BD3DC9. Grayscale: #8C8C8C. Windows color (decimal): -12402122 or 3588674. OLE color: 3588674.

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

Color convert

RGB 66 194 54 -
CMYK 0.66 0 0.72 0.24
HSL 114.86º 0.56% 0.49% -
HSV(B) 114.86º 0.72% 0.76% -
XYZ 22.2 40.01 10.04 -
YUV 139.77 79.59 75.38 -
System Red Green Blue C M Y K H S L
Decimal 66 194 54 0.66 0 0.72 0.24 114.86 0.56 0.49
Hex 42 C2 36 42 0 48 18 73 38 31
Octal 102 302 66 102 0 110 30 163 70 61
Binary 1000010 11000010 110110 1000010 0 1001000 11000 1110011 111000 110001

Color Harmonies of #42C236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C236

Black with #42C236

Text Example


Text Example

White with #42C236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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