Html Css Color HEX #3ACC18 Kelly Green

📋 copy color: '#3ACC18'

red 58 ◦ green 204 ◦ blue 24

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

Shades of Kelly Green #3ACC18

Tints of Kelly Green #3ACC18

RGB

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

 GREEN value IS 204 (80.08% from 255) = 71.33%

 BLUE value IS 24 (9.77% from 255) = 8.39%

R = 20.28%
G = 71.33%
B = 8.39%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#3ACC18 (or 0x3ACC18) is known color: Kelly Green. HEX triplet: 3A, CC and 18. RGB value is (58,204,24). Sum of RGB (Red+Green+Blue) = 58+204+24=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 204 (80.08% from 255 or 71.33% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACC18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ACC18 is #C533E7. Grayscale: #8C8C8C. Windows color (decimal): -12923880 or 1625146. OLE color: 1625146.

HSL color Cylindrical-coordinate representation of color #3ACC18: hue angle of 108.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3ACC18 is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 204 24 -
CMYK 0.72 0 0.88 0.2
HSL 108.67º 0.79% 0.45% -
HSV(B) 108.67º 0.88% 0.8% -
XYZ 23.5 44.15 8.15 -
YUV 139.83 62.63 69.64 -
System Red Green Blue C M Y K H S L
Decimal 58 204 24 0.72 0 0.88 0.2 108.67 0.79 0.45
Hex 3A CC 18 48 0 58 14 6D 4F 2D
Octal 72 314 30 110 0 130 24 155 117 55
Binary 111010 11001100 11000 1001000 0 1011000 10100 1101101 1001111 101101

Color Harmonies of #3ACC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACC18

Black with #3ACC18

Text Example


Text Example

White with #3ACC18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,204,24); }

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

background-color css

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

 a { background-color: rgb(58,204,24); }

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

border-color css

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

 span { border-color: rgb(58,204,24); }

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