Html Css Color HEX #42C829 Lime Green

📋 copy color: '#42C829'

red 66 ◦ green 200 ◦ blue 41

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

Shades of Lime Green #42C829

Tints of Lime Green #42C829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.36%

R = 21.5%
G = 65.15%
B = 13.36%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#42C829 (or 0x42C829) is known color: Lime Green. HEX triplet: 42, C8 and 29. RGB value is (66,200,41). Sum of RGB (Red+Green+Blue) = 66+200+41=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 200 (78.52% from 255 or 65.15% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 200 - color contains mainly: green. Hex color #42C829 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C829 is #BD37D6. Grayscale: #8E8E8E. Windows color (decimal): -12400599 or 2738242. OLE color: 2738242.

HSL color Cylindrical-coordinate representation of color #42C829: hue angle of 110.57º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42C829 is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 200 41 -
CMYK 0.67 0 0.80 0.22
HSL 110.57º 0.66% 0.47% -
HSV(B) 110.57º 0.8% 0.78% -
XYZ 23.3 42.63 9.1 -
YUV 141.81 71.11 73.93 -
System Red Green Blue C M Y K H S L
Decimal 66 200 41 0.67 0 0.80 0.22 110.57 0.66 0.47
Hex 42 C8 29 43 0 50 16 6F 42 2F
Octal 102 310 51 103 0 120 26 157 102 57
Binary 1000010 11001000 101001 1000011 0 1010000 10110 1101111 1000010 101111

Color Harmonies of #42C829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C829

Black with #42C829

Text Example


Text Example

White with #42C829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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