Html Css Color HEX #3CBE0C Kelly Green

📋 copy color: '#3CBE0C'

red 60 ◦ green 190 ◦ blue 12

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

Shades of Kelly Green #3CBE0C

Tints of Kelly Green #3CBE0C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 72.52%

 BLUE value IS 12 (5.08% from 255) = 4.58%

R = 22.9%
G = 72.52%
B = 4.58%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#3CBE0C (or 0x3CBE0C) is known color: Kelly Green. HEX triplet: 3C, BE and 0C. RGB value is (60,190,12). Sum of RGB (Red+Green+Blue) = 60+190+12=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 190 (74.61% from 255 or 72.52% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBE0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CBE0C is #C341F3. Grayscale: #838383. Windows color (decimal): -12796404 or 835132. OLE color: 835132.

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

Color convert

RGB 60 190 12 -
CMYK 0.68 0 0.94 0.25
HSL 103.82º 0.88% 0.4% -
HSV(B) 103.82º 0.94% 0.75% -
XYZ 20.34 37.81 6.57 -
YUV 130.84 60.93 77.47 -
System Red Green Blue C M Y K H S L
Decimal 60 190 12 0.68 0 0.94 0.25 103.82 0.88 0.4
Hex 3C BE C 44 0 5E 19 68 58 28
Octal 74 276 14 104 0 136 31 150 130 50
Binary 111100 10111110 1100 1000100 0 1011110 11001 1101000 1011000 101000

Color Harmonies of #3CBE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBE0C

Black with #3CBE0C

Text Example


Text Example

White with #3CBE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,190,12); }

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

background-color css

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

 a { background-color: rgb(60,190,12); }

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

border-color css

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

 span { border-color: rgb(60,190,12); }

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