Html Css Color HEX #2FB10B Kelly Green

📋 copy color: '#2FB10B'

red 47 ◦ green 177 ◦ blue 11

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

Shades of Kelly Green #2FB10B

Tints of Kelly Green #2FB10B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 75.32%

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

R = 20%
G = 75.32%
B = 4.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#2FB10B (or 0x2FB10B) is known color: Kelly Green. HEX triplet: 2F, B1 and 0B. RGB value is (47,177,11). Sum of RGB (Red+Green+Blue) = 47+177+11=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 177 (69.53% from 255 or 75.32% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB10B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FB10B is #D04EF4. Grayscale: #777777. Windows color (decimal): -13651701 or 766255. OLE color: 766255.

HSL color Cylindrical-coordinate representation of color #2FB10B: hue angle of 106.99º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2FB10B is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 177 11 -
CMYK 0.73 0 0.94 0.31
HSL 106.99º 0.88% 0.37% -
HSV(B) 106.99º 0.94% 0.69% -
XYZ 16.95 32.07 5.61 -
YUV 119.21 66.93 76.5 -
System Red Green Blue C M Y K H S L
Decimal 47 177 11 0.73 0 0.94 0.31 106.99 0.88 0.37
Hex 2F B1 B 49 0 5E 1F 6B 58 25
Octal 57 261 13 111 0 136 37 153 130 45
Binary 101111 10110001 1011 1001001 0 1011110 11111 1101011 1011000 100101

Color Harmonies of #2FB10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB10B

Black with #2FB10B

Text Example


Text Example

White with #2FB10B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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