Html Css Color HEX #2FCF34 Lime Green

📋 copy color: '#2FCF34'

red 47 ◦ green 207 ◦ blue 52

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

Shades of Lime Green #2FCF34

Tints of Lime Green #2FCF34

RGB

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

 GREEN value IS 207 (81.25% from 255) = 67.65%

 BLUE value IS 52 (20.7% from 255) = 16.99%

R = 15.36%
G = 67.65%
B = 16.99%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#2FCF34 (or 0x2FCF34) is known color: Lime Green. HEX triplet: 2F, CF and 34. RGB value is (47,207,52). Sum of RGB (Red+Green+Blue) = 47+207+52=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 207 (81.25% from 255 or 67.65% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCF34 is #D030CB. Grayscale: #8D8D8D. Windows color (decimal): -13643980 or 3460911. OLE color: 3460911.

HSL color Cylindrical-coordinate representation of color #2FCF34: hue angle of 121.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCF34 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 207 52 -
CMYK 0.77 0 0.75 0.19
HSL 121.88º 0.63% 0.5% -
HSV(B) 121.88º 0.77% 0.81% -
XYZ 24.1 45.48 10.76 -
YUV 141.49 77.49 60.6 -
System Red Green Blue C M Y K H S L
Decimal 47 207 52 0.77 0 0.75 0.19 121.88 0.63 0.5
Hex 2F CF 34 4D 0 4B 13 7A 3F 32
Octal 57 317 64 115 0 113 23 172 77 62
Binary 101111 11001111 110100 1001101 0 1001011 10011 1111010 111111 110010

Color Harmonies of #2FCF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCF34

Black with #2FCF34

Text Example


Text Example

White with #2FCF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,207,52); }

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

background-color css

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

 a { background-color: rgb(47,207,52); }

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

border-color css

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

 span { border-color: rgb(47,207,52); }

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