Html Css Color HEX #3ACD0B Kelly Green

📋 copy color: '#3ACD0B'

red 58 ◦ green 205 ◦ blue 11

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

Shades of Kelly Green #3ACD0B

Tints of Kelly Green #3ACD0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.01%

R = 21.17%
G = 74.82%
B = 4.01%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#3ACD0B (or 0x3ACD0B) is known color: Kelly Green. HEX triplet: 3A, CD and 0B. RGB value is (58,205,11). Sum of RGB (Red+Green+Blue) = 58+205+11=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 205 (80.47% from 255 or 74.82% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ACD0B is #C532F4. Grayscale: #8B8B8B. Windows color (decimal): -12923637 or 773434. OLE color: 773434.

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

Color convert

RGB 58 205 11 -
CMYK 0.72 0 0.95 0.20
HSL 105.46º 0.9% 0.42% -
HSV(B) 105.46º 0.95% 0.8% -
XYZ 23.64 44.59 7.68 -
YUV 138.93 55.8 70.27 -
System Red Green Blue C M Y K H S L
Decimal 58 205 11 0.72 0 0.95 0.20 105.46 0.9 0.42
Hex 3A CD B 48 0 5F 14 69 5A 2A
Octal 72 315 13 110 0 137 24 151 132 52
Binary 111010 11001101 1011 1001000 0 1011111 10100 1101001 1011010 101010

Color Harmonies of #3ACD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACD0B

Black with #3ACD0B

Text Example


Text Example

White with #3ACD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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