Html Css Color HEX #42D84A Lime Green

📋 copy color: '#42D84A'

red 66 ◦ green 216 ◦ blue 74

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

Shades of Lime Green #42D84A

Tints of Lime Green #42D84A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 60.67%

 BLUE value IS 74 (29.3% from 255) = 20.79%

R = 18.54%
G = 60.67%
B = 20.79%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#42D84A (or 0x42D84A) is known color: Lime Green. HEX triplet: 42, D8 and 4A. RGB value is (66,216,74). Sum of RGB (Red+Green+Blue) = 66+216+74=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 216 (84.77% from 255 or 60.67% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 216 - color contains mainly: green. Hex color #42D84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D84A is #BD27B5. Grayscale: #9B9B9B. Windows color (decimal): -12396470 or 4905026. OLE color: 4905026.

HSL color Cylindrical-coordinate representation of color #42D84A: hue angle of 123.2º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D84A is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 216 74 -
CMYK 0.69 0 0.66 0.15
HSL 123.2º 0.66% 0.55% -
HSV(B) 123.2º 0.69% 0.85% -
XYZ 28.04 50.76 14.8 -
YUV 154.96 82.31 64.55 -
System Red Green Blue C M Y K H S L
Decimal 66 216 74 0.69 0 0.66 0.15 123.2 0.66 0.55
Hex 42 D8 4A 45 0 42 F 7B 42 37
Octal 102 330 112 105 0 102 17 173 102 67
Binary 1000010 11011000 1001010 1000101 0 1000010 1111 1111011 1000010 110111

Color Harmonies of #42D84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D84A

Black with #42D84A

Text Example


Text Example

White with #42D84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,216,74); }

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

background-color css

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

 a { background-color: rgb(66,216,74); }

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

border-color css

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

 span { border-color: rgb(66,216,74); }

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