Html Css Color HEX #3CBA12 Kelly Green

📋 copy color: '#3CBA12'

red 60 ◦ green 186 ◦ blue 18

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

Shades of Kelly Green #3CBA12

Tints of Kelly Green #3CBA12

RGB

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

 GREEN value IS 186 (73.05% from 255) = 70.45%

 BLUE value IS 18 (7.42% from 255) = 6.82%

R = 22.73%
G = 70.45%
B = 6.82%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#3CBA12 (or 0x3CBA12) is known color: Kelly Green. HEX triplet: 3C, BA and 12. RGB value is (60,186,18). Sum of RGB (Red+Green+Blue) = 60+186+18=264 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.73% from 264); Green value is 186 (73.05% from 255 or 70.45% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CBA12 is #C345ED. Grayscale: #818181. Windows color (decimal): -12797422 or 1227324. OLE color: 1227324.

HSL color Cylindrical-coordinate representation of color #3CBA12: hue angle of 105º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CBA12 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 186 18 -
CMYK 0.68 0 0.90 0.27
HSL 105º 0.82% 0.4% -
HSV(B) 105º 0.9% 0.73% -
XYZ 19.53 36.12 6.52 -
YUV 129.17 65.26 78.66 -
System Red Green Blue C M Y K H S L
Decimal 60 186 18 0.68 0 0.90 0.27 105 0.82 0.4
Hex 3C BA 12 44 0 5A 1B 69 52 28
Octal 74 272 22 104 0 132 33 151 122 50
Binary 111100 10111010 10010 1000100 0 1011010 11011 1101001 1010010 101000

Color Harmonies of #3CBA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBA12

Black with #3CBA12

Text Example


Text Example

White with #3CBA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,186,18); }

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

background-color css

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

 a { background-color: rgb(60,186,18); }

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

border-color css

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

 span { border-color: rgb(60,186,18); }

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