Html Css Color HEX #2DFC42 Lime Green

📋 copy color: '#2DFC42'

red 45 ◦ green 252 ◦ blue 66

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

Shades of Lime Green #2DFC42

Tints of Lime Green #2DFC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.18%

R = 12.4%
G = 69.42%
B = 18.18%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#2DFC42 (or 0x2DFC42) is known color: Lime Green. HEX triplet: 2D, FC and 42. RGB value is (45,252,66). Sum of RGB (Red+Green+Blue) = 45+252+66=363 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.40% from 363); Green value is 252 (98.83% from 255 or 69.42% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFC42 is #D203BD. Grayscale: #A9A9A9. Windows color (decimal): -13763518 or 4389933. OLE color: 4389933.

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

Color convert

RGB 45 252 66 -
CMYK 0.82 0 0.74 0.01
HSL 126.09º 0.97% 0.58% -
HSV(B) 126.09º 0.82% 0.99% -
XYZ 36.88 70.57 16.83 -
YUV 168.9 69.92 39.62 -
System Red Green Blue C M Y K H S L
Decimal 45 252 66 0.82 0 0.74 0.01 126.09 0.97 0.58
Hex 2D FC 42 52 0 4A 1 7E 61 3A
Octal 55 374 102 122 0 112 1 176 141 72
Binary 101101 11111100 1000010 1010010 0 1001010 1 1111110 1100001 111010

Color Harmonies of #2DFC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFC42

Black with #2DFC42

Text Example


Text Example

White with #2DFC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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