Html Css Color HEX #2DE233 Lime Green

📋 copy color: '#2DE233'

red 45 ◦ green 226 ◦ blue 51

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

Shades of Lime Green #2DE233

Tints of Lime Green #2DE233

RGB

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

 GREEN value IS 226 (88.67% from 255) = 70.19%

 BLUE value IS 51 (20.31% from 255) = 15.84%

R = 13.98%
G = 70.19%
B = 15.84%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#2DE233 (or 0x2DE233) is known color: Lime Green. HEX triplet: 2D, E2 and 33. RGB value is (45,226,51). Sum of RGB (Red+Green+Blue) = 45+226+51=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 226 (88.67% from 255 or 70.19% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 226 - color contains mainly: green. Hex color #2DE233 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE233 is #D21DCC. Grayscale: #989898. Windows color (decimal): -13770189 or 3400237. OLE color: 3400237.

HSL color Cylindrical-coordinate representation of color #2DE233: hue angle of 121.99º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE233 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 45 226 51 -
CMYK 0.80 0 0.77 0.11
HSL 121.99º 0.76% 0.53% -
HSV(B) 121.99º 0.8% 0.89% -
XYZ 28.88 55.19 12.26 -
YUV 151.93 71.03 51.73 -
System Red Green Blue C M Y K H S L
Decimal 45 226 51 0.80 0 0.77 0.11 121.99 0.76 0.53
Hex 2D E2 33 50 0 4D B 7A 4C 35
Octal 55 342 63 120 0 115 13 172 114 65
Binary 101101 11100010 110011 1010000 0 1001101 1011 1111010 1001100 110101

Color Harmonies of #2DE233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE233

Black with #2DE233

Text Example


Text Example

White with #2DE233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,226,51); }

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

background-color css

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

 a { background-color: rgb(45,226,51); }

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

border-color css

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

 span { border-color: rgb(45,226,51); }

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