Html Css Color HEX #42E751 Lime Green

📋 copy color: '#42E751'

red 66 ◦ green 231 ◦ blue 81

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

Shades of Lime Green #42E751

Tints of Lime Green #42E751

RGB

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

 GREEN value IS 231 (90.63% from 255) = 61.11%

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

R = 17.46%
G = 61.11%
B = 21.43%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#42E751 (or 0x42E751) is known color: Lime Green. HEX triplet: 42, E7 and 51. RGB value is (66,231,81). Sum of RGB (Red+Green+Blue) = 66+231+81=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 231 (90.62% from 255 or 61.11% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 231 - color contains mainly: green. Hex color #42E751 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E751 is #BD18AE. Grayscale: #A5A5A5. Windows color (decimal): -12392623 or 5367618. OLE color: 5367618.

HSL color Cylindrical-coordinate representation of color #42E751: hue angle of 125.45º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E751 is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 231 81 -
CMYK 0.71 0 0.65 0.09
HSL 125.45º 0.77% 0.58% -
HSV(B) 125.45º 0.71% 0.91% -
XYZ 32.31 58.9 17.45 -
YUV 164.57 80.84 57.7 -
System Red Green Blue C M Y K H S L
Decimal 66 231 81 0.71 0 0.65 0.09 125.45 0.77 0.58
Hex 42 E7 51 47 0 41 9 7D 4D 3A
Octal 102 347 121 107 0 101 11 175 115 72
Binary 1000010 11100111 1010001 1000111 0 1000001 1001 1111101 1001101 111010

Color Harmonies of #42E751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E751

Black with #42E751

Text Example


Text Example

White with #42E751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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