Html Css Color HEX #3AC01F Kelly Green

📋 copy color: '#3AC01F'

red 58 ◦ green 192 ◦ blue 31

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

Shades of Kelly Green #3AC01F

Tints of Kelly Green #3AC01F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 68.33%

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

R = 20.64%
G = 68.33%
B = 11.03%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#3AC01F (or 0x3AC01F) is known color: Kelly Green. HEX triplet: 3A, C0 and 1F. RGB value is (58,192,31). Sum of RGB (Red+Green+Blue) = 58+192+31=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 192 (75.39% from 255 or 68.33% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC01F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC01F is #C53FE0. Grayscale: #868686. Windows color (decimal): -12926945 or 2080826. OLE color: 2080826.

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

Color convert

RGB 58 192 31 -
CMYK 0.70 0 0.84 0.25
HSL 109.94º 0.72% 0.44% -
HSV(B) 109.94º 0.84% 0.75% -
XYZ 20.84 38.7 7.67 -
YUV 133.58 70.11 74.09 -
System Red Green Blue C M Y K H S L
Decimal 58 192 31 0.70 0 0.84 0.25 109.94 0.72 0.44
Hex 3A C0 1F 46 0 54 19 6E 48 2C
Octal 72 300 37 106 0 124 31 156 110 54
Binary 111010 11000000 11111 1000110 0 1010100 11001 1101110 1001000 101100

Color Harmonies of #3AC01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC01F

Black with #3AC01F

Text Example


Text Example

White with #3AC01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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