Html Css Color HEX #2DF149 Lime Green

📋 copy color: '#2DF149'

red 45 ◦ green 241 ◦ blue 73

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

Shades of Lime Green #2DF149

Tints of Lime Green #2DF149

RGB

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

 GREEN value IS 241 (94.53% from 255) = 67.13%

 BLUE value IS 73 (28.91% from 255) = 20.33%

R = 12.53%
G = 67.13%
B = 20.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#2DF149 (or 0x2DF149) is known color: Lime Green. HEX triplet: 2D, F1 and 49. RGB value is (45,241,73). Sum of RGB (Red+Green+Blue) = 45+241+73=359 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.53% from 359); Green value is 241 (94.53% from 255 or 67.13% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF149 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF149 is #D20EB6. Grayscale: #A3A3A3. Windows color (decimal): -13766327 or 4845869. OLE color: 4845869.

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

Color convert

RGB 45 241 73 -
CMYK 0.81 0 0.70 0.05
HSL 128.57º 0.88% 0.56% -
HSV(B) 128.57º 0.81% 0.95% -
XYZ 33.74 63.95 16.87 -
YUV 163.24 77.07 43.66 -
System Red Green Blue C M Y K H S L
Decimal 45 241 73 0.81 0 0.70 0.05 128.57 0.88 0.56
Hex 2D F1 49 51 0 46 5 81 58 38
Octal 55 361 111 121 0 106 5 201 130 70
Binary 101101 11110001 1001001 1010001 0 1000110 101 10000001 1011000 111000

Color Harmonies of #2DF149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF149

Black with #2DF149

Text Example


Text Example

White with #2DF149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,241,73); }

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

background-color css

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

 a { background-color: rgb(45,241,73); }

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

border-color css

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

 span { border-color: rgb(45,241,73); }

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