Html Css Color HEX #2DE84B Lime Green

📋 copy color: '#2DE84B'

red 45 ◦ green 232 ◦ blue 75

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

Shades of Lime Green #2DE84B

Tints of Lime Green #2DE84B

RGB

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

 GREEN value IS 232 (91.02% from 255) = 65.91%

 BLUE value IS 75 (29.69% from 255) = 21.31%

R = 12.78%
G = 65.91%
B = 21.31%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#2DE84B (or 0x2DE84B) is known color: Lime Green. HEX triplet: 2D, E8 and 4B. RGB value is (45,232,75). Sum of RGB (Red+Green+Blue) = 45+232+75=352 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.78% from 352); Green value is 232 (91.02% from 255 or 65.91% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 232 - color contains mainly: green. Hex color #2DE84B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DE84B is #D217B4. Grayscale: #9E9E9E. Windows color (decimal): -13768629 or 4974637. OLE color: 4974637.

HSL color Cylindrical-coordinate representation of color #2DE84B: hue angle of 129.63º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE84B is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 45 232 75 -
CMYK 0.81 0 0.68 0.09
HSL 129.63º 0.8% 0.54% -
HSV(B) 129.63º 0.81% 0.91% -
XYZ 31.21 58.78 16.36 -
YUV 158.19 81.05 47.27 -
System Red Green Blue C M Y K H S L
Decimal 45 232 75 0.81 0 0.68 0.09 129.63 0.8 0.54
Hex 2D E8 4B 51 0 44 9 82 50 36
Octal 55 350 113 121 0 104 11 202 120 66
Binary 101101 11101000 1001011 1010001 0 1000100 1001 10000010 1010000 110110

Color Harmonies of #2DE84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE84B

Black with #2DE84B

Text Example


Text Example

White with #2DE84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,232,75); }

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

background-color css

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

 a { background-color: rgb(45,232,75); }

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

border-color css

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

 span { border-color: rgb(45,232,75); }

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