Html Css Color HEX #42CE45 Lime Green

📋 copy color: '#42CE45'

red 66 ◦ green 206 ◦ blue 69

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

Shades of Lime Green #42CE45

Tints of Lime Green #42CE45

RGB

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

 GREEN value IS 206 (80.86% from 255) = 60.41%

 BLUE value IS 69 (27.34% from 255) = 20.23%

R = 19.35%
G = 60.41%
B = 20.23%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#42CE45 (or 0x42CE45) is known color: Lime Green. HEX triplet: 42, CE and 45. RGB value is (66,206,69). Sum of RGB (Red+Green+Blue) = 66+206+69=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 206 (80.86% from 255 or 60.41% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 206 - color contains mainly: green. Hex color #42CE45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CE45 is #BD31BA. Grayscale: #949494. Windows color (decimal): -12399035 or 4574786. OLE color: 4574786.

HSL color Cylindrical-coordinate representation of color #42CE45: hue angle of 121.29º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CE45 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 206 69 -
CMYK 0.68 0 0.67 0.19
HSL 121.29º 0.59% 0.53% -
HSV(B) 121.29º 0.68% 0.81% -
XYZ 25.39 45.73 13.12 -
YUV 148.52 83.12 69.14 -
System Red Green Blue C M Y K H S L
Decimal 66 206 69 0.68 0 0.67 0.19 121.29 0.59 0.53
Hex 42 CE 45 44 0 43 13 79 3B 35
Octal 102 316 105 104 0 103 23 171 73 65
Binary 1000010 11001110 1000101 1000100 0 1000011 10011 1111001 111011 110101

Color Harmonies of #42CE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CE45

Black with #42CE45

Text Example


Text Example

White with #42CE45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,206,69); }

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

background-color css

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

 a { background-color: rgb(66,206,69); }

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

border-color css

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

 span { border-color: rgb(66,206,69); }

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