Html Css Color HEX #2FCC22 Lime Green

📋 copy color: '#2FCC22'

red 47 ◦ green 204 ◦ blue 34

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

Shades of Lime Green #2FCC22

Tints of Lime Green #2FCC22

RGB

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

 GREEN value IS 204 (80.08% from 255) = 71.58%

 BLUE value IS 34 (13.67% from 255) = 11.93%

R = 16.49%
G = 71.58%
B = 11.93%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#2FCC22 (or 0x2FCC22) is known color: Lime Green. HEX triplet: 2F, CC and 22. RGB value is (47,204,34). Sum of RGB (Red+Green+Blue) = 47+204+34=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 204 (80.08% from 255 or 71.58% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCC22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCC22 is #D033DD. Grayscale: #8A8A8A. Windows color (decimal): -13644766 or 2280495. OLE color: 2280495.

HSL color Cylindrical-coordinate representation of color #2FCC22: hue angle of 115.41º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FCC22 is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 47 204 34 -
CMYK 0.77 0 0.83 0.2
HSL 115.41º 0.71% 0.47% -
HSV(B) 115.41º 0.83% 0.8% -
XYZ 23.05 43.91 8.77 -
YUV 137.68 69.49 63.32 -
System Red Green Blue C M Y K H S L
Decimal 47 204 34 0.77 0 0.83 0.2 115.41 0.71 0.47
Hex 2F CC 22 4D 0 53 14 73 47 2F
Octal 57 314 42 115 0 123 24 163 107 57
Binary 101111 11001100 100010 1001101 0 1010011 10100 1110011 1000111 101111

Color Harmonies of #2FCC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCC22

Black with #2FCC22

Text Example


Text Example

White with #2FCC22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,204,34); }

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

background-color css

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

 a { background-color: rgb(47,204,34); }

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

border-color css

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

 span { border-color: rgb(47,204,34); }

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