Html Css Color HEX #2DE629 Lime Green

📋 copy color: '#2DE629'

red 45 ◦ green 230 ◦ blue 41

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

Shades of Lime Green #2DE629

Tints of Lime Green #2DE629

RGB

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

 GREEN value IS 230 (90.23% from 255) = 72.78%

 BLUE value IS 41 (16.41% from 255) = 12.97%

R = 14.24%
G = 72.78%
B = 12.97%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#2DE629 (or 0x2DE629) is known color: Lime Green. HEX triplet: 2D, E6 and 29. RGB value is (45,230,41). Sum of RGB (Red+Green+Blue) = 45+230+41=316 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.24% from 316); Green value is 230 (90.23% from 255 or 72.78% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 230 - color contains mainly: green. Hex color #2DE629 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DE629 is #D219D6. Grayscale: #999999. Windows color (decimal): -13769175 or 2745901. OLE color: 2745901.

HSL color Cylindrical-coordinate representation of color #2DE629: hue angle of 118.73º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DE629 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 45 230 41 -
CMYK 0.80 0 0.82 0.10
HSL 118.73º 0.79% 0.53% -
HSV(B) 118.73º 0.82% 0.9% -
XYZ 29.78 57.31 11.59 -
YUV 153.14 64.71 50.87 -
System Red Green Blue C M Y K H S L
Decimal 45 230 41 0.80 0 0.82 0.10 118.73 0.79 0.53
Hex 2D E6 29 50 0 52 A 77 4F 35
Octal 55 346 51 120 0 122 12 167 117 65
Binary 101101 11100110 101001 1010000 0 1010010 1010 1110111 1001111 110101

Color Harmonies of #2DE629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE629

Black with #2DE629

Text Example


Text Example

White with #2DE629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,230,41); }

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

background-color css

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

 a { background-color: rgb(45,230,41); }

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

border-color css

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

 span { border-color: rgb(45,230,41); }

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