Html Css Color HEX #3CB022 Kelly Green

📋 copy color: '#3CB022'

red 60 ◦ green 176 ◦ blue 34

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

Shades of Kelly Green #3CB022

Tints of Kelly Green #3CB022

RGB

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

 GREEN value IS 176 (69.14% from 255) = 65.19%

 BLUE value IS 34 (13.67% from 255) = 12.59%

R = 22.22%
G = 65.19%
B = 12.59%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#3CB022 (or 0x3CB022) is known color: Kelly Green. HEX triplet: 3C, B0 and 22. RGB value is (60,176,34). Sum of RGB (Red+Green+Blue) = 60+176+34=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 176 (69.14% from 255 or 65.19% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB022 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB022 is #C34FDD. Grayscale: #7D7D7D. Windows color (decimal): -12799966 or 2273340. OLE color: 2273340.

HSL color Cylindrical-coordinate representation of color #3CB022: hue angle of 109.01º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3CB022 is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 176 34 -
CMYK 0.66 0 0.81 0.31
HSL 109.01º 0.68% 0.41% -
HSV(B) 109.01º 0.81% 0.69% -
XYZ 17.68 32.13 6.78 -
YUV 125.13 76.57 81.55 -
System Red Green Blue C M Y K H S L
Decimal 60 176 34 0.66 0 0.81 0.31 109.01 0.68 0.41
Hex 3C B0 22 42 0 51 1F 6D 44 29
Octal 74 260 42 102 0 121 37 155 104 51
Binary 111100 10110000 100010 1000010 0 1010001 11111 1101101 1000100 101001

Color Harmonies of #3CB022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB022

Black with #3CB022

Text Example


Text Example

White with #3CB022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,176,34); }

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

background-color css

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

 a { background-color: rgb(60,176,34); }

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

border-color css

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

 span { border-color: rgb(60,176,34); }

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