Html Css Color HEX #2DE04B Lime Green

📋 copy color: '#2DE04B'

red 45 ◦ green 224 ◦ blue 75

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

Shades of Lime Green #2DE04B

Tints of Lime Green #2DE04B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 65.12%

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

R = 13.08%
G = 65.12%
B = 21.8%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#2DE04B (or 0x2DE04B) is known color: Lime Green. HEX triplet: 2D, E0 and 4B. RGB value is (45,224,75). Sum of RGB (Red+Green+Blue) = 45+224+75=344 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.08% from 344); Green value is 224 (87.89% from 255 or 65.12% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 224 - color contains mainly: green. Hex color #2DE04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE04B is #D21FB4. Grayscale: #999999. Windows color (decimal): -13770677 or 4972589. OLE color: 4972589.

HSL color Cylindrical-coordinate representation of color #2DE04B: hue angle of 130.06º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE04B is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 45 224 75 -
CMYK 0.80 0 0.67 0.12
HSL 130.06º 0.74% 0.53% -
HSV(B) 130.06º 0.8% 0.88% -
XYZ 29.01 54.38 15.62 -
YUV 153.49 83.7 50.62 -
System Red Green Blue C M Y K H S L
Decimal 45 224 75 0.80 0 0.67 0.12 130.06 0.74 0.53
Hex 2D E0 4B 50 0 43 C 82 4A 35
Octal 55 340 113 120 0 103 14 202 112 65
Binary 101101 11100000 1001011 1010000 0 1000011 1100 10000010 1001010 110101

Color Harmonies of #2DE04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE04B

Black with #2DE04B

Text Example


Text Example

White with #2DE04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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