Html Css Color HEX #3BA214 Kelly Green

📋 copy color: '#3BA214'

red 59 ◦ green 162 ◦ blue 20

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

Shades of Kelly Green #3BA214

Tints of Kelly Green #3BA214

RGB

 RED value IS 59 (23.44% from 255) = 24.48%

 GREEN value IS 162 (63.67% from 255) = 67.22%

 BLUE value IS 20 (8.2% from 255) = 8.3%

R = 24.48%
G = 67.22%
B = 8.3%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#3BA214 (or 0x3BA214) is known color: Kelly Green. HEX triplet: 3B, A2 and 14. RGB value is (59,162,20). Sum of RGB (Red+Green+Blue) = 59+162+20=241 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.48% from 241); Green value is 162 (63.67% from 255 or 67.22% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 162 - color contains mainly: green. Hex color #3BA214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BA214 is #C45DEB. Grayscale: #737373. Windows color (decimal): -12869100 or 1352251. OLE color: 1352251.

HSL color Cylindrical-coordinate representation of color #3BA214: hue angle of 103.52º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3BA214 is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 59 162 20 -
CMYK 0.64 0 0.88 0.36
HSL 103.52º 0.78% 0.36% -
HSV(B) 103.52º 0.88% 0.64% -
XYZ 14.85 26.82 5.06 -
YUV 115.02 74.38 88.05 -
System Red Green Blue C M Y K H S L
Decimal 59 162 20 0.64 0 0.88 0.36 103.52 0.78 0.36
Hex 3B A2 14 40 0 58 24 68 4E 24
Octal 73 242 24 100 0 130 44 150 116 44
Binary 111011 10100010 10100 1000000 0 1011000 100100 1101000 1001110 100100

Color Harmonies of #3BA214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA214

Black with #3BA214

Text Example


Text Example

White with #3BA214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,162,20); }

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

background-color css

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

 a { background-color: rgb(59,162,20); }

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

border-color css

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

 span { border-color: rgb(59,162,20); }

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