Html Css Color HEX #42C852 Lime Green

📋 copy color: '#42C852'

red 66 ◦ green 200 ◦ blue 82

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

Shades of Lime Green #42C852

Tints of Lime Green #42C852

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.47%

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

R = 18.97%
G = 57.47%
B = 23.56%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#42C852 (or 0x42C852) is known color: Lime Green. HEX triplet: 42, C8 and 52. RGB value is (66,200,82). Sum of RGB (Red+Green+Blue) = 66+200+82=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 200 (78.52% from 255 or 57.47% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 200 - color contains mainly: green. Hex color #42C852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C852 is #BD37AD. Grayscale: #929292. Windows color (decimal): -12400558 or 5425218. OLE color: 5425218.

HSL color Cylindrical-coordinate representation of color #42C852: hue angle of 127.16º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C852 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 200 82 -
CMYK 0.67 0 0.59 0.22
HSL 127.16º 0.55% 0.52% -
HSV(B) 127.16º 0.67% 0.78% -
XYZ 24.42 43.08 15.01 -
YUV 146.48 91.61 70.59 -
System Red Green Blue C M Y K H S L
Decimal 66 200 82 0.67 0 0.59 0.22 127.16 0.55 0.52
Hex 42 C8 52 43 0 3B 16 7F 37 34
Octal 102 310 122 103 0 73 26 177 67 64
Binary 1000010 11001000 1010010 1000011 0 111011 10110 1111111 110111 110100

Color Harmonies of #42C852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C852

Black with #42C852

Text Example


Text Example

White with #42C852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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