Html Css Color HEX #42CE52 Lime Green

📋 copy color: '#42CE52'

red 66 ◦ green 206 ◦ blue 82

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

Shades of Lime Green #42CE52

Tints of Lime Green #42CE52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.16%

R = 18.64%
G = 58.19%
B = 23.16%

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

#42CE52 (or 0x42CE52) is known color: Lime Green. HEX triplet: 42, CE and 52. RGB value is (66,206,82). Sum of RGB (Red+Green+Blue) = 66+206+82=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 206 (80.86% from 255 or 58.19% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 206 - color contains mainly: green. Hex color #42CE52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CE52 is #BD31AD. Grayscale: #969696. Windows color (decimal): -12399022 or 5426754. OLE color: 5426754.

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

Color convert

RGB 66 206 82 -
CMYK 0.68 0 0.60 0.19
HSL 126.86º 0.59% 0.53% -
HSV(B) 126.86º 0.68% 0.81% -
XYZ 25.84 45.91 15.48 -
YUV 150 89.62 68.08 -
System Red Green Blue C M Y K H S L
Decimal 66 206 82 0.68 0 0.60 0.19 126.86 0.59 0.53
Hex 42 CE 52 44 0 3C 13 7F 3B 35
Octal 102 316 122 104 0 74 23 177 73 65
Binary 1000010 11001110 1010010 1000100 0 111100 10011 1111111 111011 110101

Color Harmonies of #42CE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CE52

Black with #42CE52

Text Example


Text Example

White with #42CE52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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