Html Css Color HEX #2FD52C Lime Green

📋 copy color: '#2FD52C'

red 47 ◦ green 213 ◦ blue 44

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

Shades of Lime Green #2FD52C

Tints of Lime Green #2FD52C

RGB

 RED value IS 47 (18.75% from 255) = 15.46%

 GREEN value IS 213 (83.59% from 255) = 70.07%

 BLUE value IS 44 (17.58% from 255) = 14.47%

R = 15.46%
G = 70.07%
B = 14.47%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#2FD52C (or 0x2FD52C) is known color: Lime Green. HEX triplet: 2F, D5 and 2C. RGB value is (47,213,44). Sum of RGB (Red+Green+Blue) = 47+213+44=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 213 (83.59% from 255 or 70.07% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD52C is #D02AD3. Grayscale: #909090. Windows color (decimal): -13642452 or 2938159. OLE color: 2938159.

HSL color Cylindrical-coordinate representation of color #2FD52C: hue angle of 118.93º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FD52C is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 213 44 -
CMYK 0.78 0 0.79 0.16
HSL 118.93º 0.67% 0.5% -
HSV(B) 118.93º 0.79% 0.84% -
XYZ 25.42 48.37 10.38 -
YUV 144.1 71.5 58.74 -
System Red Green Blue C M Y K H S L
Decimal 47 213 44 0.78 0 0.79 0.16 118.93 0.67 0.5
Hex 2F D5 2C 4E 0 4F 10 77 43 32
Octal 57 325 54 116 0 117 20 167 103 62
Binary 101111 11010101 101100 1001110 0 1001111 10000 1110111 1000011 110010

Color Harmonies of #2FD52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD52C

Black with #2FD52C

Text Example


Text Example

White with #2FD52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,213,44); }

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

background-color css

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

 a { background-color: rgb(47,213,44); }

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

border-color css

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

 span { border-color: rgb(47,213,44); }

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