Html Css Color HEX #3AC80B Kelly Green

📋 copy color: '#3AC80B'

red 58 ◦ green 200 ◦ blue 11

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

Shades of Kelly Green #3AC80B

Tints of Kelly Green #3AC80B

RGB

 RED value IS 58 (23.05% from 255) = 21.56%

 GREEN value IS 200 (78.52% from 255) = 74.35%

 BLUE value IS 11 (4.69% from 255) = 4.09%

R = 21.56%
G = 74.35%
B = 4.09%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#3AC80B (or 0x3AC80B) is known color: Kelly Green. HEX triplet: 3A, C8 and 0B. RGB value is (58,200,11). Sum of RGB (Red+Green+Blue) = 58+200+11=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 200 (78.52% from 255 or 74.35% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC80B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC80B is #C537F4. Grayscale: #888888. Windows color (decimal): -12924917 or 772154. OLE color: 772154.

HSL color Cylindrical-coordinate representation of color #3AC80B: hue angle of 105.08º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3AC80B is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 58 200 11 -
CMYK 0.71 0 0.94 0.22
HSL 105.08º 0.9% 0.41% -
HSV(B) 105.08º 0.95% 0.78% -
XYZ 22.46 42.23 7.28 -
YUV 136 57.46 72.37 -
System Red Green Blue C M Y K H S L
Decimal 58 200 11 0.71 0 0.94 0.22 105.08 0.9 0.41
Hex 3A C8 B 47 0 5E 16 69 5A 29
Octal 72 310 13 107 0 136 26 151 132 51
Binary 111010 11001000 1011 1000111 0 1011110 10110 1101001 1011010 101001

Color Harmonies of #3AC80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC80B

Black with #3AC80B

Text Example


Text Example

White with #3AC80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,200,11); }

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

background-color css

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

 a { background-color: rgb(58,200,11); }

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

border-color css

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

 span { border-color: rgb(58,200,11); }

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