Html Css Color HEX #2DF945 Lime Green

📋 copy color: '#2DF945'

red 45 ◦ green 249 ◦ blue 69

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

Shades of Lime Green #2DF945

Tints of Lime Green #2DF945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.01%

R = 12.4%
G = 68.6%
B = 19.01%

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

#2DF945 (or 0x2DF945) is known color: Lime Green. HEX triplet: 2D, F9 and 45. RGB value is (45,249,69). Sum of RGB (Red+Green+Blue) = 45+249+69=363 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.40% from 363); Green value is 249 (97.66% from 255 or 68.60% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF945 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF945 is #D206BA. Grayscale: #A8A8A8. Windows color (decimal): -13764283 or 4585773. OLE color: 4585773.

HSL color Cylindrical-coordinate representation of color #2DF945: hue angle of 127.06º 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 #2DF945 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 45 249 69 -
CMYK 0.82 0 0.72 0.02
HSL 127.06º 0.94% 0.58% -
HSV(B) 127.06º 0.82% 0.98% -
XYZ 36.03 68.74 17 -
YUV 167.48 72.41 40.64 -
System Red Green Blue C M Y K H S L
Decimal 45 249 69 0.82 0 0.72 0.02 127.06 0.94 0.58
Hex 2D F9 45 52 0 48 2 7F 5E 3A
Octal 55 371 105 122 0 110 2 177 136 72
Binary 101101 11111001 1000101 1010010 0 1001000 10 1111111 1011110 111010

Color Harmonies of #2DF945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF945

Black with #2DF945

Text Example


Text Example

White with #2DF945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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