Html Css Color HEX #2FC335 Lime Green

📋 copy color: '#2FC335'

red 47 ◦ green 195 ◦ blue 53

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

Shades of Lime Green #2FC335

Tints of Lime Green #2FC335

RGB

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

 GREEN value IS 195 (76.56% from 255) = 66.1%

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

R = 15.93%
G = 66.1%
B = 17.97%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#2FC335 (or 0x2FC335) is known color: Lime Green. HEX triplet: 2F, C3 and 35. RGB value is (47,195,53). Sum of RGB (Red+Green+Blue) = 47+195+53=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 195 (76.56% from 255 or 66.10% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC335 is #D03CCA. Grayscale: #868686. Windows color (decimal): -13647051 or 3523375. OLE color: 3523375.

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

Color convert

RGB 47 195 53 -
CMYK 0.76 0 0.73 0.24
HSL 122.43º 0.61% 0.47% -
HSV(B) 122.43º 0.76% 0.76% -
XYZ 21.33 39.89 9.94 -
YUV 134.56 81.97 65.55 -
System Red Green Blue C M Y K H S L
Decimal 47 195 53 0.76 0 0.73 0.24 122.43 0.61 0.47
Hex 2F C3 35 4C 0 49 18 7A 3D 2F
Octal 57 303 65 114 0 111 30 172 75 57
Binary 101111 11000011 110101 1001100 0 1001001 11000 1111010 111101 101111

Color Harmonies of #2FC335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC335

Black with #2FC335

Text Example


Text Example

White with #2FC335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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