Html Css Color HEX #2DF225 Lime Green

📋 copy color: '#2DF225'

red 45 ◦ green 242 ◦ blue 37

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

Shades of Lime Green #2DF225

Tints of Lime Green #2DF225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.42%

R = 13.89%
G = 74.69%
B = 11.42%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#2DF225 (or 0x2DF225) is known color: Lime Green. HEX triplet: 2D, F2 and 25. RGB value is (45,242,37). Sum of RGB (Red+Green+Blue) = 45+242+37=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 242 (94.92% from 255 or 74.69% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 242 - color contains mainly: green. Hex color #2DF225 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF225 is #D20DDA. Grayscale: #A0A0A0. Windows color (decimal): -13766107 or 2486829. OLE color: 2486829.

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

Color convert

RGB 45 242 37 -
CMYK 0.81 0 0.85 0.05
HSL 117.66º 0.89% 0.55% -
HSV(B) 117.66º 0.85% 0.95% -
XYZ 33.17 64.2 12.39 -
YUV 159.73 58.73 46.17 -
System Red Green Blue C M Y K H S L
Decimal 45 242 37 0.81 0 0.85 0.05 117.66 0.89 0.55
Hex 2D F2 25 51 0 55 5 76 59 37
Octal 55 362 45 121 0 125 5 166 131 67
Binary 101101 11110010 100101 1010001 0 1010101 101 1110110 1011001 110111

Color Harmonies of #2DF225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF225

Black with #2DF225

Text Example


Text Example

White with #2DF225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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