Html Css Color HEX #31AF03 Kelly Green

📋 copy color: '#31AF03'

red 49 ◦ green 175 ◦ blue 3

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

Shades of Kelly Green #31AF03

Tints of Kelly Green #31AF03

RGB

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

 GREEN value IS 175 (68.75% from 255) = 77.09%

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

R = 21.59%
G = 77.09%
B = 1.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#31AF03 (or 0x31AF03) is known color: Kelly Green. HEX triplet: 31, AF and 03. RGB value is (49,175,3). Sum of RGB (Red+Green+Blue) = 49+175+3=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 175 (68.75% from 255 or 77.09% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31AF03 is #CE50FC. Grayscale: #767676. Windows color (decimal): -13521149 or 241457. OLE color: 241457.

HSL color Cylindrical-coordinate representation of color #31AF03: hue angle of 103.95º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31AF03 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 175 3 -
CMYK 0.72 0 0.98 0.31
HSL 103.95º 0.97% 0.35% -
HSV(B) 103.95º 0.98% 0.69% -
XYZ 16.61 31.32 5.26 -
YUV 117.72 63.26 78.99 -
System Red Green Blue C M Y K H S L
Decimal 49 175 3 0.72 0 0.98 0.31 103.95 0.97 0.35
Hex 31 AF 3 48 0 62 1F 68 61 23
Octal 61 257 3 110 0 142 37 150 141 43
Binary 110001 10101111 11 1001000 0 1100010 11111 1101000 1100001 100011

Color Harmonies of #31AF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AF03

Black with #31AF03

Text Example


Text Example

White with #31AF03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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