Html Css Color HEX #2DFD33 Lime Green

📋 copy color: '#2DFD33'

red 45 ◦ green 253 ◦ blue 51

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

Shades of Lime Green #2DFD33

Tints of Lime Green #2DFD33

RGB

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

 GREEN value IS 253 (99.22% from 255) = 72.49%

 BLUE value IS 51 (20.31% from 255) = 14.61%

R = 12.89%
G = 72.49%
B = 14.61%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#2DFD33 (or 0x2DFD33) is known color: Lime Green. HEX triplet: 2D, FD and 33. RGB value is (45,253,51). Sum of RGB (Red+Green+Blue) = 45+253+51=349 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.89% from 349); Green value is 253 (99.22% from 255 or 72.49% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFD33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFD33 is #D202CC. Grayscale: #A8A8A8. Windows color (decimal): -13763277 or 3407149. OLE color: 3407149.

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

Color convert

RGB 45 253 51 -
CMYK 0.82 0 0.80 0.01
HSL 121.73º 0.98% 0.58% -
HSV(B) 121.73º 0.82% 0.99% -
XYZ 36.81 71.05 14.91 -
YUV 167.78 62.09 40.43 -
System Red Green Blue C M Y K H S L
Decimal 45 253 51 0.82 0 0.80 0.01 121.73 0.98 0.58
Hex 2D FD 33 52 0 50 1 7A 62 3A
Octal 55 375 63 122 0 120 1 172 142 72
Binary 101101 11111101 110011 1010010 0 1010000 1 1111010 1100010 111010

Color Harmonies of #2DFD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFD33

Black with #2DFD33

Text Example


Text Example

White with #2DFD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,253,51); }

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

background-color css

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

 a { background-color: rgb(45,253,51); }

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

border-color css

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

 span { border-color: rgb(45,253,51); }

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