Html Css Color HEX #3ACC05 Kelly Green

📋 copy color: '#3ACC05'

red 58 ◦ green 204 ◦ blue 5

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

Shades of Kelly Green #3ACC05

Tints of Kelly Green #3ACC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 21.72%
G = 76.4%
B = 1.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#3ACC05 (or 0x3ACC05) is known color: Kelly Green. HEX triplet: 3A, CC and 05. RGB value is (58,204,5). Sum of RGB (Red+Green+Blue) = 58+204+5=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 204 (80.08% from 255 or 76.40% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACC05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ACC05 is #C533FA. Grayscale: #8A8A8A. Windows color (decimal): -12923899 or 379962. OLE color: 379962.

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

Color convert

RGB 58 204 5 -
CMYK 0.72 0 0.98 0.2
HSL 104.02º 0.95% 0.41% -
HSV(B) 104.02º 0.98% 0.8% -
XYZ 23.37 44.1 7.42 -
YUV 137.66 53.13 71.18 -
System Red Green Blue C M Y K H S L
Decimal 58 204 5 0.72 0 0.98 0.2 104.02 0.95 0.41
Hex 3A CC 5 48 0 62 14 68 5F 29
Octal 72 314 5 110 0 142 24 150 137 51
Binary 111010 11001100 101 1001000 0 1100010 10100 1101000 1011111 101001

Color Harmonies of #3ACC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACC05

Black with #3ACC05

Text Example


Text Example

White with #3ACC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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