Html Css Color HEX #2FC234 Lime Green

📋 copy color: '#2FC234'

red 47 ◦ green 194 ◦ blue 52

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

Shades of Lime Green #2FC234

Tints of Lime Green #2FC234

RGB

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

 GREEN value IS 194 (76.17% from 255) = 66.21%

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

R = 16.04%
G = 66.21%
B = 17.75%

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

#2FC234 (or 0x2FC234) is known color: Lime Green. HEX triplet: 2F, C2 and 34. RGB value is (47,194,52). Sum of RGB (Red+Green+Blue) = 47+194+52=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 194 (76.17% from 255 or 66.21% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC234 is #D03DCB. Grayscale: #868686. Windows color (decimal): -13647308 or 3457583. OLE color: 3457583.

HSL color Cylindrical-coordinate representation of color #2FC234: hue angle of 122.04º 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 #2FC234 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 194 52 -
CMYK 0.76 0 0.73 0.24
HSL 122.04º 0.61% 0.47% -
HSV(B) 122.04º 0.76% 0.76% -
XYZ 21.08 39.44 9.75 -
YUV 133.86 81.8 66.05 -
System Red Green Blue C M Y K H S L
Decimal 47 194 52 0.76 0 0.73 0.24 122.04 0.61 0.47
Hex 2F C2 34 4C 0 49 18 7A 3D 2F
Octal 57 302 64 114 0 111 30 172 75 57
Binary 101111 11000010 110100 1001100 0 1001001 11000 1111010 111101 101111

Color Harmonies of #2FC234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC234

Black with #2FC234

Text Example


Text Example

White with #2FC234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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