Html Css Color HEX #42E726 Lime Green

📋 copy color: '#42E726'

red 66 ◦ green 231 ◦ blue 38

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

Shades of Lime Green #42E726

Tints of Lime Green #42E726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.34%

R = 19.7%
G = 68.96%
B = 11.34%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#42E726 (or 0x42E726) is known color: Lime Green. HEX triplet: 42, E7 and 26. RGB value is (66,231,38). Sum of RGB (Red+Green+Blue) = 66+231+38=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 231 (90.62% from 255 or 68.96% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 231 - color contains mainly: green. Hex color #42E726 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E726 is #BD18D9. Grayscale: #A0A0A0. Windows color (decimal): -12392666 or 2549570. OLE color: 2549570.

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

Color convert

RGB 66 231 38 -
CMYK 0.71 0 0.84 0.09
HSL 111.3º 0.8% 0.53% -
HSV(B) 111.3º 0.84% 0.91% -
XYZ 31.17 58.45 11.47 -
YUV 159.66 59.34 61.19 -
System Red Green Blue C M Y K H S L
Decimal 66 231 38 0.71 0 0.84 0.09 111.3 0.8 0.53
Hex 42 E7 26 47 0 54 9 6F 50 35
Octal 102 347 46 107 0 124 11 157 120 65
Binary 1000010 11100111 100110 1000111 0 1010100 1001 1101111 1010000 110101

Color Harmonies of #42E726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E726

Black with #42E726

Text Example


Text Example

White with #42E726

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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