Html Css Color HEX #42D451 Lime Green

📋 copy color: '#42D451'

red 66 ◦ green 212 ◦ blue 81

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

Shades of Lime Green #42D451

Tints of Lime Green #42D451

RGB

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

 GREEN value IS 212 (83.2% from 255) = 59.05%

 BLUE value IS 81 (32.03% from 255) = 22.56%

R = 18.38%
G = 59.05%
B = 22.56%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#42D451 (or 0x42D451) is known color: Lime Green. HEX triplet: 42, D4 and 51. RGB value is (66,212,81). Sum of RGB (Red+Green+Blue) = 66+212+81=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 212 (83.20% from 255 or 59.05% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 212 - color contains mainly: green. Hex color #42D451 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D451 is #BD2BAE. Grayscale: #999999. Windows color (decimal): -12397487 or 5362754. OLE color: 5362754.

HSL color Cylindrical-coordinate representation of color #42D451: hue angle of 126.16º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D451 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 212 81 -
CMYK 0.69 0 0.62 0.17
HSL 126.16º 0.63% 0.55% -
HSV(B) 126.16º 0.69% 0.83% -
XYZ 27.28 48.84 15.77 -
YUV 153.41 87.13 65.65 -
System Red Green Blue C M Y K H S L
Decimal 66 212 81 0.69 0 0.62 0.17 126.16 0.63 0.55
Hex 42 D4 51 45 0 3E 11 7E 3F 37
Octal 102 324 121 105 0 76 21 176 77 67
Binary 1000010 11010100 1010001 1000101 0 111110 10001 1111110 111111 110111

Color Harmonies of #42D451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D451

Black with #42D451

Text Example


Text Example

White with #42D451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,212,81); }

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

background-color css

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

 a { background-color: rgb(66,212,81); }

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

border-color css

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

 span { border-color: rgb(66,212,81); }

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