Html Css Color HEX #2FAB03 Kelly Green

📋 copy color: '#2FAB03'

red 47 ◦ green 171 ◦ blue 3

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

Shades of Kelly Green #2FAB03

Tints of Kelly Green #2FAB03

RGB

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

 GREEN value IS 171 (67.19% from 255) = 77.38%

 BLUE value IS 3 (1.56% from 255) = 1.36%

R = 21.27%
G = 77.38%
B = 1.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#2FAB03 (or 0x2FAB03) is known color: Kelly Green. HEX triplet: 2F, AB and 03. RGB value is (47,171,3). Sum of RGB (Red+Green+Blue) = 47+171+3=221 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.27% from 221); Green value is 171 (67.19% from 255 or 77.38% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAB03 is #D054FC. Grayscale: #737373. Windows color (decimal): -13653245 or 240431. OLE color: 240431.

HSL color Cylindrical-coordinate representation of color #2FAB03: hue angle of 104.29º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FAB03 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 171 3 -
CMYK 0.73 0 0.98 0.33
HSL 104.29º 0.97% 0.34% -
HSV(B) 104.29º 0.98% 0.67% -
XYZ 15.75 29.74 5 -
YUV 114.77 64.92 79.66 -
System Red Green Blue C M Y K H S L
Decimal 47 171 3 0.73 0 0.98 0.33 104.29 0.97 0.34
Hex 2F AB 3 49 0 62 21 68 61 22
Octal 57 253 3 111 0 142 41 150 141 42
Binary 101111 10101011 11 1001001 0 1100010 100001 1101000 1100001 100010

Color Harmonies of #2FAB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAB03

Black with #2FAB03

Text Example


Text Example

White with #2FAB03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,171,3); }

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

background-color css

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

 a { background-color: rgb(47,171,3); }

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

border-color css

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

 span { border-color: rgb(47,171,3); }

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