Html Css Color HEX #42D043 Lime Green

📋 copy color: '#42D043'

red 66 ◦ green 208 ◦ blue 67

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

Shades of Lime Green #42D043

Tints of Lime Green #42D043

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61%

 BLUE value IS 67 (26.56% from 255) = 19.65%

R = 19.35%
G = 61%
B = 19.65%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#42D043 (or 0x42D043) is known color: Lime Green. HEX triplet: 42, D0 and 43. RGB value is (66,208,67). Sum of RGB (Red+Green+Blue) = 66+208+67=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #42D043 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D043 is #BD2FBC. Grayscale: #959595. Windows color (decimal): -12398525 or 4444226. OLE color: 4444226.

HSL color Cylindrical-coordinate representation of color #42D043: hue angle of 120.42º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D043 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 208 67 -
CMYK 0.68 0 0.68 0.18
HSL 120.42º 0.6% 0.54% -
HSV(B) 120.42º 0.68% 0.82% -
XYZ 25.82 46.68 12.96 -
YUV 149.47 81.46 68.46 -
System Red Green Blue C M Y K H S L
Decimal 66 208 67 0.68 0 0.68 0.18 120.42 0.6 0.54
Hex 42 D0 43 44 0 44 12 78 3C 36
Octal 102 320 103 104 0 104 22 170 74 66
Binary 1000010 11010000 1000011 1000100 0 1000100 10010 1111000 111100 110110

Color Harmonies of #42D043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D043

Black with #42D043

Text Example


Text Example

White with #42D043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,208,67); }

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

background-color css

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

 a { background-color: rgb(66,208,67); }

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

border-color css

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

 span { border-color: rgb(66,208,67); }

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