Html Css Color HEX #31BE04 Kelly Green

📋 copy color: '#31BE04'

red 49 ◦ green 190 ◦ blue 4

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

Shades of Kelly Green #31BE04

Tints of Kelly Green #31BE04

RGB

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

 GREEN value IS 190 (74.61% from 255) = 78.19%

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 20.16%
G = 78.19%
B = 1.65%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#31BE04 (or 0x31BE04) is known color: Kelly Green. HEX triplet: 31, BE and 04. RGB value is (49,190,4). Sum of RGB (Red+Green+Blue) = 49+190+4=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 190 (74.61% from 255 or 78.19% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 190 - color contains mainly: green. Hex color #31BE04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31BE04 is #CE41FB. Grayscale: #7F7F7F. Windows color (decimal): -13517308 or 310833. OLE color: 310833.

HSL color Cylindrical-coordinate representation of color #31BE04: hue angle of 105.48º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31BE04 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 190 4 -
CMYK 0.74 0 0.98 0.25
HSL 105.48º 0.96% 0.38% -
HSV(B) 105.48º 0.98% 0.75% -
XYZ 19.7 37.49 6.31 -
YUV 126.64 58.79 72.62 -
System Red Green Blue C M Y K H S L
Decimal 49 190 4 0.74 0 0.98 0.25 105.48 0.96 0.38
Hex 31 BE 4 4A 0 62 19 69 60 26
Octal 61 276 4 112 0 142 31 151 140 46
Binary 110001 10111110 100 1001010 0 1100010 11001 1101001 1100000 100110

Color Harmonies of #31BE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BE04

Black with #31BE04

Text Example


Text Example

White with #31BE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,190,4); }

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

background-color css

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

 a { background-color: rgb(49,190,4); }

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

border-color css

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

 span { border-color: rgb(49,190,4); }

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