Html Css Color HEX #31AC03 Kelly Green

📋 copy color: '#31AC03'

red 49 ◦ green 172 ◦ blue 3

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

Shades of Kelly Green #31AC03

Tints of Kelly Green #31AC03

RGB

 RED value IS 49 (19.53% from 255) = 21.88%

 GREEN value IS 172 (67.58% from 255) = 76.79%

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

R = 21.88%
G = 76.79%
B = 1.34%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#31AC03 (or 0x31AC03) is known color: Kelly Green. HEX triplet: 31, AC and 03. RGB value is (49,172,3). Sum of RGB (Red+Green+Blue) = 49+172+3=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 172 (67.58% from 255 or 76.79% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 172 - color contains mainly: green. Hex color #31AC03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31AC03 is #CE53FC. Grayscale: #747474. Windows color (decimal): -13521917 or 240689. OLE color: 240689.

HSL color Cylindrical-coordinate representation of color #31AC03: hue angle of 103.67º 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 #31AC03 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 172 3 -
CMYK 0.72 0 0.98 0.33
HSL 103.67º 0.97% 0.34% -
HSV(B) 103.67º 0.98% 0.67% -
XYZ 16.04 30.16 5.06 -
YUV 115.96 64.25 80.24 -
System Red Green Blue C M Y K H S L
Decimal 49 172 3 0.72 0 0.98 0.33 103.67 0.97 0.34
Hex 31 AC 3 48 0 62 21 68 61 22
Octal 61 254 3 110 0 142 41 150 141 42
Binary 110001 10101100 11 1001000 0 1100010 100001 1101000 1100001 100010

Color Harmonies of #31AC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AC03

Black with #31AC03

Text Example


Text Example

White with #31AC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31AC03; }

 p { color: rgb(49,172,3); }

 H1.HeaderClassName
 {
   color: #31AC03;
 }
 .AnyTagClassName
 {
   color: #31AC03;
 }
</style>

background-color css

<style>
 a { background-color: #31AC03; }

 a { background-color: rgb(49,172,3); }

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

border-color css

<style>
 span { border-color: #31AC03; }

 span { border-color: rgb(49,172,3); }

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