Html Css Color HEX #2FC035 Lime Green

📋 copy color: '#2FC035'

red 47 ◦ green 192 ◦ blue 53

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

Shades of Lime Green #2FC035

Tints of Lime Green #2FC035

RGB

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

 GREEN value IS 192 (75.39% from 255) = 65.75%

 BLUE value IS 53 (21.09% from 255) = 18.15%

R = 16.1%
G = 65.75%
B = 18.15%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#2FC035 (or 0x2FC035) is known color: Lime Green. HEX triplet: 2F, C0 and 35. RGB value is (47,192,53). Sum of RGB (Red+Green+Blue) = 47+192+53=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 192 (75.39% from 255 or 65.75% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC035 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC035 is #D03FCA. Grayscale: #858585. Windows color (decimal): -13647819 or 3522607. OLE color: 3522607.

HSL color Cylindrical-coordinate representation of color #2FC035: hue angle of 122.48º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC035 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 192 53 -
CMYK 0.76 0 0.72 0.25
HSL 122.48º 0.61% 0.47% -
HSV(B) 122.48º 0.76% 0.75% -
XYZ 20.66 38.56 9.72 -
YUV 132.8 82.96 66.8 -
System Red Green Blue C M Y K H S L
Decimal 47 192 53 0.76 0 0.72 0.25 122.48 0.61 0.47
Hex 2F C0 35 4C 0 48 19 7A 3D 2F
Octal 57 300 65 114 0 110 31 172 75 57
Binary 101111 11000000 110101 1001100 0 1001000 11001 1111010 111101 101111

Color Harmonies of #2FC035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC035

Black with #2FC035

Text Example


Text Example

White with #2FC035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,192,53); }

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

background-color css

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

 a { background-color: rgb(47,192,53); }

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

border-color css

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

 span { border-color: rgb(47,192,53); }

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