Html Css Color HEX #2FCA28 Lime Green

📋 copy color: '#2FCA28'

red 47 ◦ green 202 ◦ blue 40

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

Shades of Lime Green #2FCA28

Tints of Lime Green #2FCA28

RGB

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

 GREEN value IS 202 (79.3% from 255) = 69.9%

 BLUE value IS 40 (16.02% from 255) = 13.84%

R = 16.26%
G = 69.9%
B = 13.84%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#2FCA28 (or 0x2FCA28) is known color: Lime Green. HEX triplet: 2F, CA and 28. RGB value is (47,202,40). Sum of RGB (Red+Green+Blue) = 47+202+40=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 202 (79.30% from 255 or 69.90% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 202 - color contains mainly: green. Hex color #2FCA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCA28 is #D035D7. Grayscale: #898989. Windows color (decimal): -13645272 or 2673199. OLE color: 2673199.

HSL color Cylindrical-coordinate representation of color #2FCA28: hue angle of 117.41º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FCA28 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 47 202 40 -
CMYK 0.77 0 0.80 0.21
HSL 117.41º 0.67% 0.47% -
HSV(B) 117.41º 0.8% 0.79% -
XYZ 22.68 43 9.11 -
YUV 137.19 73.15 63.67 -
System Red Green Blue C M Y K H S L
Decimal 47 202 40 0.77 0 0.80 0.21 117.41 0.67 0.47
Hex 2F CA 28 4D 0 50 15 75 43 2F
Octal 57 312 50 115 0 120 25 165 103 57
Binary 101111 11001010 101000 1001101 0 1010000 10101 1110101 1000011 101111

Color Harmonies of #2FCA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCA28

Black with #2FCA28

Text Example


Text Example

White with #2FCA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,202,40); }

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

background-color css

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

 a { background-color: rgb(47,202,40); }

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

border-color css

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

 span { border-color: rgb(47,202,40); }

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