Html Css Color HEX #42CE53 Lime Green

📋 copy color: '#42CE53'

red 66 ◦ green 206 ◦ blue 83

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

Shades of Lime Green #42CE53

Tints of Lime Green #42CE53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.38%

R = 18.59%
G = 58.03%
B = 23.38%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#42CE53 (or 0x42CE53) is known color: Lime Green. HEX triplet: 42, CE and 53. RGB value is (66,206,83). Sum of RGB (Red+Green+Blue) = 66+206+83=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 206 (80.86% from 255 or 58.03% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 206 - color contains mainly: green. Hex color #42CE53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CE53 is #BD31AC. Grayscale: #969696. Windows color (decimal): -12399021 or 5492290. OLE color: 5492290.

HSL color Cylindrical-coordinate representation of color #42CE53: hue angle of 127.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 #42CE53 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 206 83 -
CMYK 0.68 0 0.60 0.19
HSL 127.29º 0.59% 0.53% -
HSV(B) 127.29º 0.68% 0.81% -
XYZ 25.88 45.93 15.68 -
YUV 150.12 90.12 68 -
System Red Green Blue C M Y K H S L
Decimal 66 206 83 0.68 0 0.60 0.19 127.29 0.59 0.53
Hex 42 CE 53 44 0 3C 13 7F 3B 35
Octal 102 316 123 104 0 74 23 177 73 65
Binary 1000010 11001110 1010011 1000100 0 111100 10011 1111111 111011 110101

Color Harmonies of #42CE53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CE53

Black with #42CE53

Text Example


Text Example

White with #42CE53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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