Html Css Color HEX #3AC31F Kelly Green

📋 copy color: '#3AC31F'

red 58 ◦ green 195 ◦ blue 31

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

Shades of Kelly Green #3AC31F

Tints of Kelly Green #3AC31F

RGB

 RED value IS 58 (23.05% from 255) = 20.42%

 GREEN value IS 195 (76.56% from 255) = 68.66%

 BLUE value IS 31 (12.5% from 255) = 10.92%

R = 20.42%
G = 68.66%
B = 10.92%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#3AC31F (or 0x3AC31F) is known color: Kelly Green. HEX triplet: 3A, C3 and 1F. RGB value is (58,195,31). Sum of RGB (Red+Green+Blue) = 58+195+31=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 195 (76.56% from 255 or 68.66% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC31F is #C53CE0. Grayscale: #878787. Windows color (decimal): -12926177 or 2081594. OLE color: 2081594.

HSL color Cylindrical-coordinate representation of color #3AC31F: hue angle of 110.12º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3AC31F is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 58 195 31 -
CMYK 0.70 0 0.84 0.24
HSL 110.12º 0.73% 0.44% -
HSV(B) 110.12º 0.84% 0.76% -
XYZ 21.51 40.03 7.89 -
YUV 135.34 69.11 72.84 -
System Red Green Blue C M Y K H S L
Decimal 58 195 31 0.70 0 0.84 0.24 110.12 0.73 0.44
Hex 3A C3 1F 46 0 54 18 6E 49 2C
Octal 72 303 37 106 0 124 30 156 111 54
Binary 111010 11000011 11111 1000110 0 1010100 11000 1101110 1001001 101100

Color Harmonies of #3AC31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC31F

Black with #3AC31F

Text Example


Text Example

White with #3AC31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AC31F; }

 p { color: rgb(58,195,31); }

 H1.HeaderClassName
 {
   color: #3AC31F;
 }
 .AnyTagClassName
 {
   color: #3AC31F;
 }
</style>

background-color css

<style>
 a { background-color: #3AC31F; }

 a { background-color: rgb(58,195,31); }

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

border-color css

<style>
 span { border-color: #3AC31F; }

 span { border-color: rgb(58,195,31); }

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