Html Css Color HEX #3AC10E Kelly Green

📋 copy color: '#3AC10E'

red 58 ◦ green 193 ◦ blue 14

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

Shades of Kelly Green #3AC10E

Tints of Kelly Green #3AC10E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 72.83%

 BLUE value IS 14 (5.86% from 255) = 5.28%

R = 21.89%
G = 72.83%
B = 5.28%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#3AC10E (or 0x3AC10E) is known color: Kelly Green. HEX triplet: 3A, C1 and 0E. RGB value is (58,193,14). Sum of RGB (Red+Green+Blue) = 58+193+14=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 193 (75.78% from 255 or 72.83% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC10E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC10E is #C53EF1. Grayscale: #848484. Windows color (decimal): -12926706 or 966970. OLE color: 966970.

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

Color convert

RGB 58 193 14 -
CMYK 0.70 0 0.93 0.24
HSL 105.25º 0.86% 0.41% -
HSV(B) 105.25º 0.93% 0.76% -
XYZ 20.89 39.07 6.86 -
YUV 132.23 61.27 75.05 -
System Red Green Blue C M Y K H S L
Decimal 58 193 14 0.70 0 0.93 0.24 105.25 0.86 0.41
Hex 3A C1 E 46 0 5D 18 69 56 29
Octal 72 301 16 106 0 135 30 151 126 51
Binary 111010 11000001 1110 1000110 0 1011101 11000 1101001 1010110 101001

Color Harmonies of #3AC10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC10E

Black with #3AC10E

Text Example


Text Example

White with #3AC10E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,193,14); }

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

background-color css

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

 a { background-color: rgb(58,193,14); }

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

border-color css

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

 span { border-color: rgb(58,193,14); }

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