Html Css Color HEX #2DFC35 Lime Green

📋 copy color: '#2DFC35'

red 45 ◦ green 252 ◦ blue 53

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

Shades of Lime Green #2DFC35

Tints of Lime Green #2DFC35

RGB

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

 GREEN value IS 252 (98.83% from 255) = 72%

 BLUE value IS 53 (21.09% from 255) = 15.14%

R = 12.86%
G = 72%
B = 15.14%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#2DFC35 (or 0x2DFC35) is known color: Lime Green. HEX triplet: 2D, FC and 35. RGB value is (45,252,53). Sum of RGB (Red+Green+Blue) = 45+252+53=350 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.86% from 350); Green value is 252 (98.83% from 255 or 72% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFC35 is #D203CA. Grayscale: #A8A8A8. Windows color (decimal): -13763531 or 3537965. OLE color: 3537965.

HSL color Cylindrical-coordinate representation of color #2DFC35: hue angle of 122.32º degrees, saturation: 0.97, 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 #2DFC35 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 45 252 53 -
CMYK 0.82 0 0.79 0.01
HSL 122.32º 0.97% 0.58% -
HSV(B) 122.32º 0.82% 0.99% -
XYZ 36.54 70.44 15.04 -
YUV 167.42 63.42 40.68 -
System Red Green Blue C M Y K H S L
Decimal 45 252 53 0.82 0 0.79 0.01 122.32 0.97 0.58
Hex 2D FC 35 52 0 4F 1 7A 61 3A
Octal 55 374 65 122 0 117 1 172 141 72
Binary 101101 11111100 110101 1010010 0 1001111 1 1111010 1100001 111010

Color Harmonies of #2DFC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFC35

Black with #2DFC35

Text Example


Text Example

White with #2DFC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,252,53); }

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

background-color css

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

 a { background-color: rgb(45,252,53); }

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

border-color css

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

 span { border-color: rgb(45,252,53); }

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