Html Css Color HEX #42DA26 Lime Green

📋 copy color: '#42DA26'

red 66 ◦ green 218 ◦ blue 38

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

Shades of Lime Green #42DA26

Tints of Lime Green #42DA26

RGB

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

 GREEN value IS 218 (85.55% from 255) = 67.7%

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

R = 20.5%
G = 67.7%
B = 11.8%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#42DA26 (or 0x42DA26) is known color: Lime Green. HEX triplet: 42, DA and 26. RGB value is (66,218,38). Sum of RGB (Red+Green+Blue) = 66+218+38=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 218 (85.55% from 255 or 67.70% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DA26 is #BD25D9. Grayscale: #989898. Windows color (decimal): -12395994 or 2546242. OLE color: 2546242.

HSL color Cylindrical-coordinate representation of color #42DA26: hue angle of 110.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42DA26 is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 218 38 -
CMYK 0.70 0 0.83 0.15
HSL 110.67º 0.71% 0.5% -
HSV(B) 110.67º 0.83% 0.85% -
XYZ 27.67 51.44 10.3 -
YUV 152.03 63.64 66.64 -
System Red Green Blue C M Y K H S L
Decimal 66 218 38 0.70 0 0.83 0.15 110.67 0.71 0.5
Hex 42 DA 26 46 0 53 F 6F 47 32
Octal 102 332 46 106 0 123 17 157 107 62
Binary 1000010 11011010 100110 1000110 0 1010011 1111 1101111 1000111 110010

Color Harmonies of #42DA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DA26

Black with #42DA26

Text Example


Text Example

White with #42DA26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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