#3CBE04

Color #3CBE04 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #3CBE04

Tints of Kelly Green #3CBE04

Color information

#3CBE04 (or 0x3CBE04) is unknown color: approx Kelly Green. HEX triplet: 3C, BE and 04. RGB value is (60,190,4). Sum of RGB (Red+Green+Blue) = 60+190+4=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 190 (74.61% from 255 or 74.80% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBE04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CBE04 is #C341FB. Grayscale: #828282. Windows color (decimal): -12796412 or 310844. OLE color: 310844.

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

Color convert

RGB601904-
CMYK0.6800.980.25
HSL101.94º95.88%38.04%-
HSV(B)101.94º97.89%74.51%-
XYZ20.337.86.34-
YUV129.9356.9378.12-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.62%
GREEN value IS 190 (74.61% from 255) = 74.80%
BLUE value IS 4 (1.95% from 255) = 1.57%
R=23.62%
G=74.80%
B=1.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal6019040.6800.980.25101.9495.8838.04
Hex3CBE44406219666026
Octal74276410401423114614046
Binary111100101111101001000100011000101100111001101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBE04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3CBE04;
 }
 .AnyTagClassName
 {
   color: #3CBE04;
 }
</style>
background-color css

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

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

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

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

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

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