Html Css Color HEX #3CC00A Kelly Green

📋 copy color: '#3CC00A'

red 60 ◦ green 192 ◦ blue 10

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

Shades of Kelly Green #3CC00A

Tints of Kelly Green #3CC00A

RGB

 RED value IS 60 (23.83% from 255) = 22.9%

 GREEN value IS 192 (75.39% from 255) = 73.28%

 BLUE value IS 10 (4.3% from 255) = 3.82%

R = 22.9%
G = 73.28%
B = 3.82%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#3CC00A (or 0x3CC00A) is known color: Kelly Green. HEX triplet: 3C, C0 and 0A. RGB value is (60,192,10). Sum of RGB (Red+Green+Blue) = 60+192+10=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 192 (75.39% from 255 or 73.28% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC00A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CC00A is #C33FF5. Grayscale: #848484. Windows color (decimal): -12795894 or 704572. OLE color: 704572.

HSL color Cylindrical-coordinate representation of color #3CC00A: hue angle of 103.52º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3CC00A is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 192 10 -
CMYK 0.69 0 0.95 0.25
HSL 103.52º 0.9% 0.4% -
HSV(B) 103.52º 0.95% 0.75% -
XYZ 20.77 38.68 6.66 -
YUV 131.78 59.27 76.8 -
System Red Green Blue C M Y K H S L
Decimal 60 192 10 0.69 0 0.95 0.25 103.52 0.9 0.4
Hex 3C C0 A 45 0 5F 19 68 5A 28
Octal 74 300 12 105 0 137 31 150 132 50
Binary 111100 11000000 1010 1000101 0 1011111 11001 1101000 1011010 101000

Color Harmonies of #3CC00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC00A

Black with #3CC00A

Text Example


Text Example

White with #3CC00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,192,10); }

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

background-color css

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

 a { background-color: rgb(60,192,10); }

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

border-color css

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

 span { border-color: rgb(60,192,10); }

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