Html Css Color HEX #2DF12C Lime Green

📋 copy color: '#2DF12C'

red 45 ◦ green 241 ◦ blue 44

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

Shades of Lime Green #2DF12C

Tints of Lime Green #2DF12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.33%

R = 13.64%
G = 73.03%
B = 13.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#2DF12C (or 0x2DF12C) is known color: Lime Green. HEX triplet: 2D, F1 and 2C. RGB value is (45,241,44). Sum of RGB (Red+Green+Blue) = 45+241+44=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 241 (94.53% from 255 or 73.03% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF12C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF12C is #D20ED3. Grayscale: #A0A0A0. Windows color (decimal): -13766356 or 2945325. OLE color: 2945325.

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

Color convert

RGB 45 241 44 -
CMYK 0.81 0 0.82 0.05
HSL 119.7º 0.88% 0.56% -
HSV(B) 119.7º 0.82% 0.95% -
XYZ 32.99 63.65 12.93 -
YUV 159.94 62.57 46.02 -
System Red Green Blue C M Y K H S L
Decimal 45 241 44 0.81 0 0.82 0.05 119.7 0.88 0.56
Hex 2D F1 2C 51 0 52 5 78 58 38
Octal 55 361 54 121 0 122 5 170 130 70
Binary 101101 11110001 101100 1010001 0 1010010 101 1111000 1011000 111000

Color Harmonies of #2DF12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF12C

Black with #2DF12C

Text Example


Text Example

White with #2DF12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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