Html Css Color HEX #2DF027 Lime Green

📋 copy color: '#2DF027'

red 45 ◦ green 240 ◦ blue 39

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

Shades of Lime Green #2DF027

Tints of Lime Green #2DF027

RGB

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

 GREEN value IS 240 (94.14% from 255) = 74.07%

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

R = 13.89%
G = 74.07%
B = 12.04%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#2DF027 (or 0x2DF027) is known color: Lime Green. HEX triplet: 2D, F0 and 27. RGB value is (45,240,39). Sum of RGB (Red+Green+Blue) = 45+240+39=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 240 (94.14% from 255 or 74.07% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 240 - color contains mainly: green. Hex color #2DF027 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF027 is #D20FD8. Grayscale: #9F9F9F. Windows color (decimal): -13766617 or 2617389. OLE color: 2617389.

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

Color convert

RGB 45 240 39 -
CMYK 0.81 0 0.84 0.06
HSL 118.21º 0.87% 0.55% -
HSV(B) 118.21º 0.84% 0.94% -
XYZ 32.61 63.02 12.37 -
YUV 158.78 60.4 46.84 -
System Red Green Blue C M Y K H S L
Decimal 45 240 39 0.81 0 0.84 0.06 118.21 0.87 0.55
Hex 2D F0 27 51 0 54 6 76 57 37
Octal 55 360 47 121 0 124 6 166 127 67
Binary 101101 11110000 100111 1010001 0 1010100 110 1110110 1010111 110111

Color Harmonies of #2DF027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF027

Black with #2DF027

Text Example


Text Example

White with #2DF027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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