Html Css Color HEX #2DF229 Lime Green

📋 copy color: '#2DF229'

red 45 ◦ green 242 ◦ blue 41

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

Shades of Lime Green #2DF229

Tints of Lime Green #2DF229

RGB

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

 GREEN value IS 242 (94.92% from 255) = 73.78%

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

R = 13.72%
G = 73.78%
B = 12.5%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#2DF229 (or 0x2DF229) is known color: Lime Green. HEX triplet: 2D, F2 and 29. RGB value is (45,242,41). Sum of RGB (Red+Green+Blue) = 45+242+41=328 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.72% from 328); Green value is 242 (94.92% from 255 or 73.78% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 242 - color contains mainly: green. Hex color #2DF229 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF229 is #D20DD6. Grayscale: #A0A0A0. Windows color (decimal): -13766103 or 2748973. OLE color: 2748973.

HSL color Cylindrical-coordinate representation of color #2DF229: hue angle of 118.81º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DF229 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 45 242 41 -
CMYK 0.81 0 0.83 0.05
HSL 118.81º 0.89% 0.55% -
HSV(B) 118.81º 0.83% 0.95% -
XYZ 33.23 64.22 12.74 -
YUV 160.18 60.73 45.84 -
System Red Green Blue C M Y K H S L
Decimal 45 242 41 0.81 0 0.83 0.05 118.81 0.89 0.55
Hex 2D F2 29 51 0 53 5 77 59 37
Octal 55 362 51 121 0 123 5 167 131 67
Binary 101101 11110010 101001 1010001 0 1010011 101 1110111 1011001 110111

Color Harmonies of #2DF229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF229

Black with #2DF229

Text Example


Text Example

White with #2DF229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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