Html Css Color HEX #2FC60B Kelly Green

📋 copy color: '#2FC60B'

red 47 ◦ green 198 ◦ blue 11

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

Shades of Kelly Green #2FC60B

Tints of Kelly Green #2FC60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.3%

R = 18.36%
G = 77.34%
B = 4.3%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#2FC60B (or 0x2FC60B) is known color: Kelly Green. HEX triplet: 2F, C6 and 0B. RGB value is (47,198,11). Sum of RGB (Red+Green+Blue) = 47+198+11=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 198 (77.73% from 255 or 77.34% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC60B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC60B is #D039F4. Grayscale: #848484. Windows color (decimal): -13646325 or 771631. OLE color: 771631.

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

Color convert

RGB 47 198 11 -
CMYK 0.76 0 0.94 0.22
HSL 108.45º 0.89% 0.41% -
HSV(B) 108.45º 0.94% 0.78% -
XYZ 21.43 41.02 7.1 -
YUV 131.53 59.97 67.71 -
System Red Green Blue C M Y K H S L
Decimal 47 198 11 0.76 0 0.94 0.22 108.45 0.89 0.41
Hex 2F C6 B 4C 0 5E 16 6C 59 29
Octal 57 306 13 114 0 136 26 154 131 51
Binary 101111 11000110 1011 1001100 0 1011110 10110 1101100 1011001 101001

Color Harmonies of #2FC60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC60B

Black with #2FC60B

Text Example


Text Example

White with #2FC60B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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