Html Css Color HEX #3AC00F Kelly Green

📋 copy color: '#3AC00F'

red 58 ◦ green 192 ◦ blue 15

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

Shades of Kelly Green #3AC00F

Tints of Kelly Green #3AC00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.66%

R = 21.89%
G = 72.45%
B = 5.66%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#3AC00F (or 0x3AC00F) is known color: Kelly Green. HEX triplet: 3A, C0 and 0F. RGB value is (58,192,15). Sum of RGB (Red+Green+Blue) = 58+192+15=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 192 (75.39% from 255 or 72.45% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC00F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC00F is #C53FF0. Grayscale: #848484. Windows color (decimal): -12926961 or 1032250. OLE color: 1032250.

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

Color convert

RGB 58 192 15 -
CMYK 0.70 0 0.92 0.25
HSL 105.42º 0.86% 0.41% -
HSV(B) 105.42º 0.92% 0.75% -
XYZ 20.68 38.63 6.82 -
YUV 131.76 62.11 75.39 -
System Red Green Blue C M Y K H S L
Decimal 58 192 15 0.70 0 0.92 0.25 105.42 0.86 0.41
Hex 3A C0 F 46 0 5C 19 69 56 29
Octal 72 300 17 106 0 134 31 151 126 51
Binary 111010 11000000 1111 1000110 0 1011100 11001 1101001 1010110 101001

Color Harmonies of #3AC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC00F

Black with #3AC00F

Text Example


Text Example

White with #3AC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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