Html Css Color HEX #2FB01B Kelly Green

📋 copy color: '#2FB01B'

red 47 ◦ green 176 ◦ blue 27

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

Shades of Kelly Green #2FB01B

Tints of Kelly Green #2FB01B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 70.4%

 BLUE value IS 27 (10.94% from 255) = 10.8%

R = 18.8%
G = 70.4%
B = 10.8%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#2FB01B (or 0x2FB01B) is known color: Kelly Green. HEX triplet: 2F, B0 and 1B. RGB value is (47,176,27). Sum of RGB (Red+Green+Blue) = 47+176+27=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 176 (69.14% from 255 or 70.4% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB01B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FB01B is #D04FE4. Grayscale: #787878. Windows color (decimal): -13651941 or 1814575. OLE color: 1814575.

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

Color convert

RGB 47 176 27 -
CMYK 0.73 0 0.85 0.31
HSL 111.95º 0.73% 0.4% -
HSV(B) 111.95º 0.85% 0.69% -
XYZ 16.9 31.73 6.27 -
YUV 120.44 75.26 75.62 -
System Red Green Blue C M Y K H S L
Decimal 47 176 27 0.73 0 0.85 0.31 111.95 0.73 0.4
Hex 2F B0 1B 49 0 55 1F 70 49 28
Octal 57 260 33 111 0 125 37 160 111 50
Binary 101111 10110000 11011 1001001 0 1010101 11111 1110000 1001001 101000

Color Harmonies of #2FB01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB01B

Black with #2FB01B

Text Example


Text Example

White with #2FB01B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,176,27); }

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

background-color css

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

 a { background-color: rgb(47,176,27); }

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

border-color css

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

 span { border-color: rgb(47,176,27); }

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