Html Css Color HEX #3ACD00 Kelly Green

📋 copy color: '#3ACD00'

red 58 ◦ green 205 ◦ blue 0

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

Shades of Kelly Green #3ACD00

Tints of Kelly Green #3ACD00

RGB

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

 GREEN value IS 205 (80.47% from 255) = 77.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 22.05%
G = 77.95%
B = 0%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#3ACD00 (or 0x3ACD00) is known color: Kelly Green. HEX triplet: 3A, CD and 00. RGB value is (58,205,0). Sum of RGB (Red+Green+Blue) = 58+205+0=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 205 (80.47% from 255 or 77.95% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ACD00 is #C532FF. Grayscale: #8A8A8A. Windows color (decimal): -12923648 or 52538. OLE color: 52538.

HSL color Cylindrical-coordinate representation of color #3ACD00: hue angle of 103.02º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3ACD00 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 205 0 -
CMYK 0.72 0 1 0.20
HSL 103.02º 1% 0.4% -
HSV(B) 103.02º 1% 0.8% -
XYZ 23.58 44.56 7.36 -
YUV 137.68 50.3 71.17 -
System Red Green Blue C M Y K H S L
Decimal 58 205 0 0.72 0 1 0.20 103.02 1 0.4
Hex 3A CD 0 48 0 64 14 67 64 28
Octal 72 315 0 110 0 144 24 147 144 50
Binary 111010 11001101 0 1001000 0 1100100 10100 1100111 1100100 101000

Color Harmonies of #3ACD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACD00

Black with #3ACD00

Text Example


Text Example

White with #3ACD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,205,0); }

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

background-color css

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

 a { background-color: rgb(58,205,0); }

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

border-color css

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

 span { border-color: rgb(58,205,0); }

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