Html Css Color HEX #2FC652 Lime Green

📋 copy color: '#2FC652'

red 47 ◦ green 198 ◦ blue 82

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

Shades of Lime Green #2FC652

Tints of Lime Green #2FC652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.08%

R = 14.37%
G = 60.55%
B = 25.08%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#2FC652 (or 0x2FC652) is known color: Lime Green. HEX triplet: 2F, C6 and 52. RGB value is (47,198,82). Sum of RGB (Red+Green+Blue) = 47+198+82=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 198 (77.73% from 255 or 60.55% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC652 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC652 is #D039AD. Grayscale: #8B8B8B. Windows color (decimal): -13646254 or 5424687. OLE color: 5424687.

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

Color convert

RGB 47 198 82 -
CMYK 0.76 0 0.59 0.22
HSL 133.91º 0.62% 0.48% -
HSV(B) 133.91º 0.76% 0.78% -
XYZ 22.89 41.6 14.81 -
YUV 139.63 95.47 61.93 -
System Red Green Blue C M Y K H S L
Decimal 47 198 82 0.76 0 0.59 0.22 133.91 0.62 0.48
Hex 2F C6 52 4C 0 3B 16 86 3E 30
Octal 57 306 122 114 0 73 26 206 76 60
Binary 101111 11000110 1010010 1001100 0 111011 10110 10000110 111110 110000

Color Harmonies of #2FC652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC652

Black with #2FC652

Text Example


Text Example

White with #2FC652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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