Html Css Color HEX #2DF227 Lime Green

📋 copy color: '#2DF227'

red 45 ◦ green 242 ◦ blue 39

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

Shades of Lime Green #2DF227

Tints of Lime Green #2DF227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.96%

R = 13.8%
G = 74.23%
B = 11.96%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#2DF227 (or 0x2DF227) is known color: Lime Green. HEX triplet: 2D, F2 and 27. RGB value is (45,242,39). Sum of RGB (Red+Green+Blue) = 45+242+39=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 242 (94.92% from 255 or 74.23% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 242 - color contains mainly: green. Hex color #2DF227 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF227 is #D20DD8. Grayscale: #A0A0A0. Windows color (decimal): -13766105 or 2617901. OLE color: 2617901.

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

Color convert

RGB 45 242 39 -
CMYK 0.81 0 0.84 0.05
HSL 118.23º 0.89% 0.55% -
HSV(B) 118.23º 0.84% 0.95% -
XYZ 33.2 64.21 12.56 -
YUV 159.96 59.73 46.01 -
System Red Green Blue C M Y K H S L
Decimal 45 242 39 0.81 0 0.84 0.05 118.23 0.89 0.55
Hex 2D F2 27 51 0 54 5 76 59 37
Octal 55 362 47 121 0 124 5 166 131 67
Binary 101101 11110010 100111 1010001 0 1010100 101 1110110 1011001 110111

Color Harmonies of #2DF227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF227

Black with #2DF227

Text Example


Text Example

White with #2DF227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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