Html Css Color HEX #2DD70C Lime Green

📋 copy color: '#2DD70C'

red 45 ◦ green 215 ◦ blue 12

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

Shades of Lime Green #2DD70C

Tints of Lime Green #2DD70C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 79.04%

 BLUE value IS 12 (5.08% from 255) = 4.41%

R = 16.54%
G = 79.04%
B = 4.41%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#2DD70C (or 0x2DD70C) is known color: Lime Green. HEX triplet: 2D, D7 and 0C. RGB value is (45,215,12). Sum of RGB (Red+Green+Blue) = 45+215+12=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 215 (84.38% from 255 or 79.04% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 215 - color contains mainly: green. Hex color #2DD70C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD70C is #D228F3. Grayscale: #8D8D8D. Windows color (decimal): -13773044 or 841517. OLE color: 841517.

HSL color Cylindrical-coordinate representation of color #2DD70C: hue angle of 110.25º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2DD70C is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 45 215 12 -
CMYK 0.79 0 0.94 0.16
HSL 110.25º 0.89% 0.45% -
HSV(B) 110.25º 0.94% 0.84% -
XYZ 25.45 49.19 8.5 -
YUV 141.03 55.18 59.51 -
System Red Green Blue C M Y K H S L
Decimal 45 215 12 0.79 0 0.94 0.16 110.25 0.89 0.45
Hex 2D D7 C 4F 0 5E 10 6E 59 2D
Octal 55 327 14 117 0 136 20 156 131 55
Binary 101101 11010111 1100 1001111 0 1011110 10000 1101110 1011001 101101

Color Harmonies of #2DD70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD70C

Black with #2DD70C

Text Example


Text Example

White with #2DD70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,215,12); }

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

background-color css

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

 a { background-color: rgb(45,215,12); }

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

border-color css

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

 span { border-color: rgb(45,215,12); }

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