Html Css Color HEX #3CCA08 Kelly Green

📋 copy color: '#3CCA08'

red 60 ◦ green 202 ◦ blue 8

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

Shades of Kelly Green #3CCA08

Tints of Kelly Green #3CCA08

RGB

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

 GREEN value IS 202 (79.3% from 255) = 74.81%

 BLUE value IS 8 (3.52% from 255) = 2.96%

R = 22.22%
G = 74.81%
B = 2.96%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#3CCA08 (or 0x3CCA08) is known color: Kelly Green. HEX triplet: 3C, CA and 08. RGB value is (60,202,8). Sum of RGB (Red+Green+Blue) = 60+202+8=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 202 (79.30% from 255 or 74.81% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCA08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CCA08 is #C335F7. Grayscale: #8A8A8A. Windows color (decimal): -12793336 or 576060. OLE color: 576060.

HSL color Cylindrical-coordinate representation of color #3CCA08: hue angle of 103.92º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CCA08 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 202 8 -
CMYK 0.70 0 0.96 0.21
HSL 103.92º 0.92% 0.41% -
HSV(B) 103.92º 0.96% 0.79% -
XYZ 23.03 43.22 7.36 -
YUV 137.43 54.96 72.77 -
System Red Green Blue C M Y K H S L
Decimal 60 202 8 0.70 0 0.96 0.21 103.92 0.92 0.41
Hex 3C CA 8 46 0 60 15 68 5C 29
Octal 74 312 10 106 0 140 25 150 134 51
Binary 111100 11001010 1000 1000110 0 1100000 10101 1101000 1011100 101001

Color Harmonies of #3CCA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCA08

Black with #3CCA08

Text Example


Text Example

White with #3CCA08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,202,8); }

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

background-color css

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

 a { background-color: rgb(60,202,8); }

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

border-color css

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

 span { border-color: rgb(60,202,8); }

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