Html Css Color HEX #2DEF26 Lime Green

📋 copy color: '#2DEF26'

red 45 ◦ green 239 ◦ blue 38

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

Shades of Lime Green #2DEF26

Tints of Lime Green #2DEF26

RGB

 RED value IS 45 (17.97% from 255) = 13.98%

 GREEN value IS 239 (93.75% from 255) = 74.22%

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

R = 13.98%
G = 74.22%
B = 11.8%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#2DEF26 (or 0x2DEF26) is known color: Lime Green. HEX triplet: 2D, EF and 26. RGB value is (45,239,38). Sum of RGB (Red+Green+Blue) = 45+239+38=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 239 (93.75% from 255 or 74.22% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 239 - color contains mainly: green. Hex color #2DEF26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEF26 is #D210D9. Grayscale: #9E9E9E. Windows color (decimal): -13766874 or 2551597. OLE color: 2551597.

HSL color Cylindrical-coordinate representation of color #2DEF26: hue angle of 117.91º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DEF26 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 45 239 38 -
CMYK 0.81 0 0.84 0.06
HSL 117.91º 0.86% 0.54% -
HSV(B) 117.91º 0.84% 0.94% -
XYZ 32.3 62.43 12.18 -
YUV 158.08 60.23 47.34 -
System Red Green Blue C M Y K H S L
Decimal 45 239 38 0.81 0 0.84 0.06 117.91 0.86 0.54
Hex 2D EF 26 51 0 54 6 76 56 36
Octal 55 357 46 121 0 124 6 166 126 66
Binary 101101 11101111 100110 1010001 0 1010100 110 1110110 1010110 110110

Color Harmonies of #2DEF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEF26

Black with #2DEF26

Text Example


Text Example

White with #2DEF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DEF26; }

 p { color: rgb(45,239,38); }

 H1.HeaderClassName
 {
   color: #2DEF26;
 }
 .AnyTagClassName
 {
   color: #2DEF26;
 }
</style>

background-color css

<style>
 a { background-color: #2DEF26; }

 a { background-color: rgb(45,239,38); }

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

border-color css

<style>
 span { border-color: #2DEF26; }

 span { border-color: rgb(45,239,38); }

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