Html Css Color HEX #2FC613 Kelly Green

📋 copy color: '#2FC613'

red 47 ◦ green 198 ◦ blue 19

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

Shades of Kelly Green #2FC613

Tints of Kelly Green #2FC613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.2%

R = 17.8%
G = 75%
B = 7.2%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#2FC613 (or 0x2FC613) is known color: Kelly Green. HEX triplet: 2F, C6 and 13. RGB value is (47,198,19). Sum of RGB (Red+Green+Blue) = 47+198+19=264 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.80% from 264); Green value is 198 (77.73% from 255 or 75% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC613 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC613 is #D039EC. Grayscale: #858585. Windows color (decimal): -13646317 or 1295919. OLE color: 1295919.

HSL color Cylindrical-coordinate representation of color #2FC613: hue angle of 110.61º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FC613 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 47 198 19 -
CMYK 0.76 0 0.90 0.22
HSL 110.61º 0.82% 0.43% -
HSV(B) 110.61º 0.9% 0.78% -
XYZ 21.48 41.04 7.41 -
YUV 132.45 63.97 67.05 -
System Red Green Blue C M Y K H S L
Decimal 47 198 19 0.76 0 0.90 0.22 110.61 0.82 0.43
Hex 2F C6 13 4C 0 5A 16 6F 52 2B
Octal 57 306 23 114 0 132 26 157 122 53
Binary 101111 11000110 10011 1001100 0 1011010 10110 1101111 1010010 101011

Color Harmonies of #2FC613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC613

Black with #2FC613

Text Example


Text Example

White with #2FC613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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