Html Css Color HEX #2FC634 Lime Green

📋 copy color: '#2FC634'

red 47 ◦ green 198 ◦ blue 52

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

Shades of Lime Green #2FC634

Tints of Lime Green #2FC634

RGB

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

 GREEN value IS 198 (77.73% from 255) = 66.67%

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

R = 15.82%
G = 66.67%
B = 17.51%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#2FC634 (or 0x2FC634) is known color: Lime Green. HEX triplet: 2F, C6 and 34. RGB value is (47,198,52). Sum of RGB (Red+Green+Blue) = 47+198+52=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 198 (77.73% from 255 or 66.67% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC634 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC634 is #D039CB. Grayscale: #888888. Windows color (decimal): -13646284 or 3458607. OLE color: 3458607.

HSL color Cylindrical-coordinate representation of color #2FC634: hue angle of 121.99º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC634 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 47 198 52 -
CMYK 0.76 0 0.74 0.22
HSL 121.99º 0.62% 0.48% -
HSV(B) 121.99º 0.76% 0.78% -
XYZ 21.99 41.24 10.05 -
YUV 136.21 80.47 64.37 -
System Red Green Blue C M Y K H S L
Decimal 47 198 52 0.76 0 0.74 0.22 121.99 0.62 0.48
Hex 2F C6 34 4C 0 4A 16 7A 3E 30
Octal 57 306 64 114 0 112 26 172 76 60
Binary 101111 11000110 110100 1001100 0 1001010 10110 1111010 111110 110000

Color Harmonies of #2FC634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC634

Black with #2FC634

Text Example


Text Example

White with #2FC634

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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