Html Css Color HEX #2DF02E Lime Green

📋 copy color: '#2DF02E'

red 45 ◦ green 240 ◦ blue 46

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

Shades of Lime Green #2DF02E

Tints of Lime Green #2DF02E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.9%

R = 13.6%
G = 72.51%
B = 13.9%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#2DF02E (or 0x2DF02E) is known color: Lime Green. HEX triplet: 2D, F0 and 2E. RGB value is (45,240,46). Sum of RGB (Red+Green+Blue) = 45+240+46=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 240 (94.14% from 255 or 72.51% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 240 - color contains mainly: green. Hex color #2DF02E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF02E is #D20FD1. Grayscale: #A0A0A0. Windows color (decimal): -13766610 or 3076141. OLE color: 3076141.

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

Color convert

RGB 45 240 46 -
CMYK 0.81 0 0.81 0.06
HSL 120.31º 0.87% 0.56% -
HSV(B) 120.31º 0.81% 0.94% -
XYZ 32.74 63.08 13.03 -
YUV 159.58 63.9 46.27 -
System Red Green Blue C M Y K H S L
Decimal 45 240 46 0.81 0 0.81 0.06 120.31 0.87 0.56
Hex 2D F0 2E 51 0 51 6 78 57 38
Octal 55 360 56 121 0 121 6 170 127 70
Binary 101101 11110000 101110 1010001 0 1010001 110 1111000 1010111 111000

Color Harmonies of #2DF02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF02E

Black with #2DF02E

Text Example


Text Example

White with #2DF02E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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