Html Css Color HEX #3ACD08 Kelly Green

📋 copy color: '#3ACD08'

red 58 ◦ green 205 ◦ blue 8

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

Shades of Kelly Green #3ACD08

Tints of Kelly Green #3ACD08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.95%

R = 21.4%
G = 75.65%
B = 2.95%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#3ACD08 (or 0x3ACD08) is known color: Kelly Green. HEX triplet: 3A, CD and 08. RGB value is (58,205,8). Sum of RGB (Red+Green+Blue) = 58+205+8=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 205 (80.47% from 255 or 75.65% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ACD08 is #C532F7. Grayscale: #8B8B8B. Windows color (decimal): -12923640 or 576826. OLE color: 576826.

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

Color convert

RGB 58 205 8 -
CMYK 0.72 0 0.96 0.20
HSL 104.77º 0.92% 0.42% -
HSV(B) 104.77º 0.96% 0.8% -
XYZ 23.62 44.58 7.59 -
YUV 138.59 54.3 70.52 -
System Red Green Blue C M Y K H S L
Decimal 58 205 8 0.72 0 0.96 0.20 104.77 0.92 0.42
Hex 3A CD 8 48 0 60 14 69 5C 2A
Octal 72 315 10 110 0 140 24 151 134 52
Binary 111010 11001101 1000 1001000 0 1100000 10100 1101001 1011100 101010

Color Harmonies of #3ACD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACD08

Black with #3ACD08

Text Example


Text Example

White with #3ACD08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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