Html Css Color HEX #3ACD14 Kelly Green

📋 copy color: '#3ACD14'

red 58 ◦ green 205 ◦ blue 20

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

Shades of Kelly Green #3ACD14

Tints of Kelly Green #3ACD14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.07%

R = 20.49%
G = 72.44%
B = 7.07%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#3ACD14 (or 0x3ACD14) is known color: Kelly Green. HEX triplet: 3A, CD and 14. RGB value is (58,205,20). Sum of RGB (Red+Green+Blue) = 58+205+20=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 205 (80.47% from 255 or 72.44% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ACD14 is #C532EB. Grayscale: #8C8C8C. Windows color (decimal): -12923628 or 1363258. OLE color: 1363258.

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

Color convert

RGB 58 205 20 -
CMYK 0.72 0 0.90 0.20
HSL 107.68º 0.82% 0.44% -
HSV(B) 107.68º 0.9% 0.8% -
XYZ 23.7 44.61 8.02 -
YUV 139.96 60.3 69.54 -
System Red Green Blue C M Y K H S L
Decimal 58 205 20 0.72 0 0.90 0.20 107.68 0.82 0.44
Hex 3A CD 14 48 0 5A 14 6C 52 2C
Octal 72 315 24 110 0 132 24 154 122 54
Binary 111010 11001101 10100 1001000 0 1011010 10100 1101100 1010010 101100

Color Harmonies of #3ACD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACD14

Black with #3ACD14

Text Example


Text Example

White with #3ACD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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