Html Css Color HEX #2FCF2E Lime Green

📋 copy color: '#2FCF2E'

red 47 ◦ green 207 ◦ blue 46

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

Shades of Lime Green #2FCF2E

Tints of Lime Green #2FCF2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.33%

R = 15.67%
G = 69%
B = 15.33%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#2FCF2E (or 0x2FCF2E) is known color: Lime Green. HEX triplet: 2F, CF and 2E. RGB value is (47,207,46). Sum of RGB (Red+Green+Blue) = 47+207+46=300 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.67% from 300); Green value is 207 (81.25% from 255 or 69% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCF2E is #D030D1. Grayscale: #8D8D8D. Windows color (decimal): -13643986 or 3067695. OLE color: 3067695.

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

Color convert

RGB 47 207 46 -
CMYK 0.77 0 0.78 0.19
HSL 119.63º 0.64% 0.5% -
HSV(B) 119.63º 0.78% 0.81% -
XYZ 23.98 45.43 10.09 -
YUV 140.81 74.49 61.09 -
System Red Green Blue C M Y K H S L
Decimal 47 207 46 0.77 0 0.78 0.19 119.63 0.64 0.5
Hex 2F CF 2E 4D 0 4E 13 78 40 32
Octal 57 317 56 115 0 116 23 170 100 62
Binary 101111 11001111 101110 1001101 0 1001110 10011 1111000 1000000 110010

Color Harmonies of #2FCF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCF2E

Black with #2FCF2E

Text Example


Text Example

White with #2FCF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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