Html Css Color HEX #3AC005 Kelly Green

📋 copy color: '#3AC005'

red 58 ◦ green 192 ◦ blue 5

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

Shades of Kelly Green #3AC005

Tints of Kelly Green #3AC005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.96%

R = 22.75%
G = 75.29%
B = 1.96%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#3AC005 (or 0x3AC005) is known color: Kelly Green. HEX triplet: 3A, C0 and 05. RGB value is (58,192,5). Sum of RGB (Red+Green+Blue) = 58+192+5=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 192 (75.39% from 255 or 75.29% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC005 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC005 is #C53FFA. Grayscale: #838383. Windows color (decimal): -12926971 or 376890. OLE color: 376890.

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

Color convert

RGB 58 192 5 -
CMYK 0.70 0 0.97 0.25
HSL 102.99º 0.95% 0.39% -
HSV(B) 102.99º 0.97% 0.75% -
XYZ 20.62 38.61 6.51 -
YUV 130.62 57.11 76.21 -
System Red Green Blue C M Y K H S L
Decimal 58 192 5 0.70 0 0.97 0.25 102.99 0.95 0.39
Hex 3A C0 5 46 0 61 19 67 5F 27
Octal 72 300 5 106 0 141 31 147 137 47
Binary 111010 11000000 101 1000110 0 1100001 11001 1100111 1011111 100111

Color Harmonies of #3AC005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC005

Black with #3AC005

Text Example


Text Example

White with #3AC005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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