Html Css Color HEX #3CBC18 Kelly Green

📋 copy color: '#3CBC18'

red 60 ◦ green 188 ◦ blue 24

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

Shades of Kelly Green #3CBC18

Tints of Kelly Green #3CBC18

RGB

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

 GREEN value IS 188 (73.83% from 255) = 69.12%

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

R = 22.06%
G = 69.12%
B = 8.82%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#3CBC18 (or 0x3CBC18) is known color: Kelly Green. HEX triplet: 3C, BC and 18. RGB value is (60,188,24). Sum of RGB (Red+Green+Blue) = 60+188+24=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 188 (73.83% from 255 or 69.12% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CBC18 is #C343E7. Grayscale: #838383. Windows color (decimal): -12796904 or 1621052. OLE color: 1621052.

HSL color Cylindrical-coordinate representation of color #3CBC18: hue angle of 106.83º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3CBC18 is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 188 24 -
CMYK 0.68 0 0.87 0.26
HSL 106.83º 0.77% 0.42% -
HSV(B) 106.83º 0.87% 0.74% -
XYZ 20.01 36.99 6.95 -
YUV 131.03 67.59 77.34 -
System Red Green Blue C M Y K H S L
Decimal 60 188 24 0.68 0 0.87 0.26 106.83 0.77 0.42
Hex 3C BC 18 44 0 57 1A 6B 4D 2A
Octal 74 274 30 104 0 127 32 153 115 52
Binary 111100 10111100 11000 1000100 0 1010111 11010 1101011 1001101 101010

Color Harmonies of #3CBC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBC18

Black with #3CBC18

Text Example


Text Example

White with #3CBC18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,188,24); }

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

background-color css

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

 a { background-color: rgb(60,188,24); }

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

border-color css

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

 span { border-color: rgb(60,188,24); }

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