Html Css Color HEX #31C502 Kelly Green

📋 copy color: '#31C502'

red 49 ◦ green 197 ◦ blue 2

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

Shades of Kelly Green #31C502

Tints of Kelly Green #31C502

RGB

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

 GREEN value IS 197 (77.34% from 255) = 79.44%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 19.76%
G = 79.44%
B = 0.81%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#31C502 (or 0x31C502) is known color: Kelly Green. HEX triplet: 31, C5 and 02. RGB value is (49,197,2). Sum of RGB (Red+Green+Blue) = 49+197+2=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 197 (77.34% from 255 or 79.44% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 197 - color contains mainly: green. Hex color #31C502 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31C502 is #CE3AFD. Grayscale: #838383. Windows color (decimal): -13515518 or 181553. OLE color: 181553.

HSL color Cylindrical-coordinate representation of color #31C502: hue angle of 105.54º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31C502 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 49 197 2 -
CMYK 0.75 0 0.99 0.23
HSL 105.54º 0.98% 0.39% -
HSV(B) 105.54º 0.99% 0.77% -
XYZ 21.24 40.59 6.77 -
YUV 130.52 55.47 69.86 -
System Red Green Blue C M Y K H S L
Decimal 49 197 2 0.75 0 0.99 0.23 105.54 0.98 0.39
Hex 31 C5 2 4B 0 63 17 6A 62 27
Octal 61 305 2 113 0 143 27 152 142 47
Binary 110001 11000101 10 1001011 0 1100011 10111 1101010 1100010 100111

Color Harmonies of #31C502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C502

Black with #31C502

Text Example


Text Example

White with #31C502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,197,2); }

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

background-color css

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

 a { background-color: rgb(49,197,2); }

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

border-color css

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

 span { border-color: rgb(49,197,2); }

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