Html Css Color HEX #2DF934 Lime Green

📋 copy color: '#2DF934'

red 45 ◦ green 249 ◦ blue 52

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

Shades of Lime Green #2DF934

Tints of Lime Green #2DF934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.03%

R = 13.01%
G = 71.97%
B = 15.03%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#2DF934 (or 0x2DF934) is known color: Lime Green. HEX triplet: 2D, F9 and 34. RGB value is (45,249,52). Sum of RGB (Red+Green+Blue) = 45+249+52=346 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.01% from 346); Green value is 249 (97.66% from 255 or 71.97% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF934 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF934 is #D206CB. Grayscale: #A6A6A6. Windows color (decimal): -13764300 or 3471661. OLE color: 3471661.

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

Color convert

RGB 45 249 52 -
CMYK 0.82 0 0.79 0.02
HSL 122.06º 0.94% 0.58% -
HSV(B) 122.06º 0.82% 0.98% -
XYZ 35.58 68.56 14.61 -
YUV 165.55 63.91 42.02 -
System Red Green Blue C M Y K H S L
Decimal 45 249 52 0.82 0 0.79 0.02 122.06 0.94 0.58
Hex 2D F9 34 52 0 4F 2 7A 5E 3A
Octal 55 371 64 122 0 117 2 172 136 72
Binary 101101 11111001 110100 1010010 0 1001111 10 1111010 1011110 111010

Color Harmonies of #2DF934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF934

Black with #2DF934

Text Example


Text Example

White with #2DF934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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