Html Css Color HEX #42EA26 Lime Green

📋 copy color: '#42EA26'

red 66 ◦ green 234 ◦ blue 38

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

Shades of Lime Green #42EA26

Tints of Lime Green #42EA26

RGB

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

 GREEN value IS 234 (91.8% from 255) = 69.23%

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

R = 19.53%
G = 69.23%
B = 11.24%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#42EA26 (or 0x42EA26) is known color: Lime Green. HEX triplet: 42, EA and 26. RGB value is (66,234,38). Sum of RGB (Red+Green+Blue) = 66+234+38=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 234 (91.80% from 255 or 69.23% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 234 - color contains mainly: green. Hex color #42EA26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EA26 is #BD15D9. Grayscale: #A2A2A2. Windows color (decimal): -12391898 or 2550338. OLE color: 2550338.

HSL color Cylindrical-coordinate representation of color #42EA26: hue angle of 111.43º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42EA26 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 234 38 -
CMYK 0.72 0 0.84 0.08
HSL 111.43º 0.82% 0.53% -
HSV(B) 111.43º 0.84% 0.92% -
XYZ 32.02 60.14 11.76 -
YUV 161.42 58.34 59.94 -
System Red Green Blue C M Y K H S L
Decimal 66 234 38 0.72 0 0.84 0.08 111.43 0.82 0.53
Hex 42 EA 26 48 0 54 8 6F 52 35
Octal 102 352 46 110 0 124 10 157 122 65
Binary 1000010 11101010 100110 1001000 0 1010100 1000 1101111 1010010 110101

Color Harmonies of #42EA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EA26

Black with #42EA26

Text Example


Text Example

White with #42EA26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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