Html Css Color HEX #2DF946 Lime Green

📋 copy color: '#2DF946'

red 45 ◦ green 249 ◦ blue 70

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

Shades of Lime Green #2DF946

Tints of Lime Green #2DF946

RGB

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

 GREEN value IS 249 (97.66% from 255) = 68.41%

 BLUE value IS 70 (27.73% from 255) = 19.23%

R = 12.36%
G = 68.41%
B = 19.23%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#2DF946 (or 0x2DF946) is known color: Lime Green. HEX triplet: 2D, F9 and 46. RGB value is (45,249,70). Sum of RGB (Red+Green+Blue) = 45+249+70=364 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.36% from 364); Green value is 249 (97.66% from 255 or 68.41% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF946 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF946 is #D206B9. Grayscale: #A8A8A8. Windows color (decimal): -13764282 or 4651309. OLE color: 4651309.

HSL color Cylindrical-coordinate representation of color #2DF946: hue angle of 127.35º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF946 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 45 249 70 -
CMYK 0.82 0 0.72 0.02
HSL 127.35º 0.94% 0.58% -
HSV(B) 127.35º 0.82% 0.98% -
XYZ 36.06 68.75 17.16 -
YUV 167.6 72.91 40.55 -
System Red Green Blue C M Y K H S L
Decimal 45 249 70 0.82 0 0.72 0.02 127.35 0.94 0.58
Hex 2D F9 46 52 0 48 2 7F 5E 3A
Octal 55 371 106 122 0 110 2 177 136 72
Binary 101101 11111001 1000110 1010010 0 1001000 10 1111111 1011110 111010

Color Harmonies of #2DF946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF946

Black with #2DF946

Text Example


Text Example

White with #2DF946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,249,70); }

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

background-color css

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

 a { background-color: rgb(45,249,70); }

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

border-color css

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

 span { border-color: rgb(45,249,70); }

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