Html Css Color HEX #2FB60B Kelly Green

📋 copy color: '#2FB60B'

red 47 ◦ green 182 ◦ blue 11

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

Shades of Kelly Green #2FB60B

Tints of Kelly Green #2FB60B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 75.83%

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

R = 19.58%
G = 75.83%
B = 4.58%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#2FB60B (or 0x2FB60B) is known color: Kelly Green. HEX triplet: 2F, B6 and 0B. RGB value is (47,182,11). Sum of RGB (Red+Green+Blue) = 47+182+11=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 182 (71.48% from 255 or 75.83% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB60B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB60B is #D049F4. Grayscale: #7A7A7A. Windows color (decimal): -13650421 or 767535. OLE color: 767535.

HSL color Cylindrical-coordinate representation of color #2FB60B: hue angle of 107.37º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2FB60B is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 182 11 -
CMYK 0.74 0 0.94 0.29
HSL 107.37º 0.89% 0.38% -
HSV(B) 107.37º 0.94% 0.71% -
XYZ 17.96 34.08 5.95 -
YUV 122.14 65.27 74.4 -
System Red Green Blue C M Y K H S L
Decimal 47 182 11 0.74 0 0.94 0.29 107.37 0.89 0.38
Hex 2F B6 B 4A 0 5E 1D 6B 59 26
Octal 57 266 13 112 0 136 35 153 131 46
Binary 101111 10110110 1011 1001010 0 1011110 11101 1101011 1011001 100110

Color Harmonies of #2FB60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB60B

Black with #2FB60B

Text Example


Text Example

White with #2FB60B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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