Html Css Color HEX #2DF12E Lime Green

📋 copy color: '#2DF12E'

red 45 ◦ green 241 ◦ blue 46

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

Shades of Lime Green #2DF12E

Tints of Lime Green #2DF12E

RGB

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

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

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

R = 13.55%
G = 72.59%
B = 13.86%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#2DF12E (or 0x2DF12E) is known color: Lime Green. HEX triplet: 2D, F1 and 2E. RGB value is (45,241,46). Sum of RGB (Red+Green+Blue) = 45+241+46=332 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.55% from 332); Green value is 241 (94.53% from 255 or 72.59% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF12E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF12E is #D20ED1. Grayscale: #A0A0A0. Windows color (decimal): -13766354 or 3076397. OLE color: 3076397.

HSL color Cylindrical-coordinate representation of color #2DF12E: hue angle of 120.31º 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 #2DF12E is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 45 241 46 -
CMYK 0.81 0 0.81 0.05
HSL 120.31º 0.88% 0.56% -
HSV(B) 120.31º 0.81% 0.95% -
XYZ 33.03 63.67 13.13 -
YUV 160.17 63.57 45.86 -
System Red Green Blue C M Y K H S L
Decimal 45 241 46 0.81 0 0.81 0.05 120.31 0.88 0.56
Hex 2D F1 2E 51 0 51 5 78 58 38
Octal 55 361 56 121 0 121 5 170 130 70
Binary 101101 11110001 101110 1010001 0 1010001 101 1111000 1011000 111000

Color Harmonies of #2DF12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF12E

Black with #2DF12E

Text Example


Text Example

White with #2DF12E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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