Html Css Color HEX #3AC50D Kelly Green

📋 copy color: '#3AC50D'

red 58 ◦ green 197 ◦ blue 13

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

Shades of Kelly Green #3AC50D

Tints of Kelly Green #3AC50D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.85%

R = 21.64%
G = 73.51%
B = 4.85%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#3AC50D (or 0x3AC50D) is known color: Kelly Green. HEX triplet: 3A, C5 and 0D. RGB value is (58,197,13). Sum of RGB (Red+Green+Blue) = 58+197+13=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 197 (77.34% from 255 or 73.51% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC50D is #C53AF2. Grayscale: #878787. Windows color (decimal): -12925683 or 902458. OLE color: 902458.

HSL color Cylindrical-coordinate representation of color #3AC50D: hue angle of 105.33º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AC50D is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 58 197 13 -
CMYK 0.71 0 0.93 0.23
HSL 105.33º 0.88% 0.41% -
HSV(B) 105.33º 0.93% 0.77% -
XYZ 21.78 40.86 7.12 -
YUV 134.46 59.45 73.46 -
System Red Green Blue C M Y K H S L
Decimal 58 197 13 0.71 0 0.93 0.23 105.33 0.88 0.41
Hex 3A C5 D 47 0 5D 17 69 58 29
Octal 72 305 15 107 0 135 27 151 130 51
Binary 111010 11000101 1101 1000111 0 1011101 10111 1101001 1011000 101001

Color Harmonies of #3AC50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC50D

Black with #3AC50D

Text Example


Text Example

White with #3AC50D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,197,13); }

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

background-color css

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

 a { background-color: rgb(58,197,13); }

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

border-color css

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

 span { border-color: rgb(58,197,13); }

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