Html Css Color HEX #2FB01A Kelly Green

📋 copy color: '#2FB01A'

red 47 ◦ green 176 ◦ blue 26

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

Shades of Kelly Green #2FB01A

Tints of Kelly Green #2FB01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.44%

R = 18.88%
G = 70.68%
B = 10.44%

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

#2FB01A (or 0x2FB01A) is known color: Kelly Green. HEX triplet: 2F, B0 and 1A. RGB value is (47,176,26). Sum of RGB (Red+Green+Blue) = 47+176+26=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 176 (69.14% from 255 or 70.68% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB01A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FB01A is #D04FE5. Grayscale: #787878. Windows color (decimal): -13651942 or 1749039. OLE color: 1749039.

HSL color Cylindrical-coordinate representation of color #2FB01A: hue angle of 111.6º degrees, saturation: 0.74, 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 #2FB01A is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 176 26 -
CMYK 0.73 0 0.85 0.31
HSL 111.6º 0.74% 0.4% -
HSV(B) 111.6º 0.85% 0.69% -
XYZ 16.88 31.73 6.21 -
YUV 120.33 74.76 75.7 -
System Red Green Blue C M Y K H S L
Decimal 47 176 26 0.73 0 0.85 0.31 111.6 0.74 0.4
Hex 2F B0 1A 49 0 55 1F 70 4A 28
Octal 57 260 32 111 0 125 37 160 112 50
Binary 101111 10110000 11010 1001001 0 1010101 11111 1110000 1001010 101000

Color Harmonies of #2FB01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB01A

Black with #2FB01A

Text Example


Text Example

White with #2FB01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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