Html Css Color HEX #3AC308 Kelly Green

📋 copy color: '#3AC308'

red 58 ◦ green 195 ◦ blue 8

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

Shades of Kelly Green #3AC308

Tints of Kelly Green #3AC308

RGB

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

 GREEN value IS 195 (76.56% from 255) = 74.71%

 BLUE value IS 8 (3.52% from 255) = 3.07%

R = 22.22%
G = 74.71%
B = 3.07%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#3AC308 (or 0x3AC308) is known color: Kelly Green. HEX triplet: 3A, C3 and 08. RGB value is (58,195,8). Sum of RGB (Red+Green+Blue) = 58+195+8=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 195 (76.56% from 255 or 74.71% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC308 is #C53CF7. Grayscale: #858585. Windows color (decimal): -12926200 or 574266. OLE color: 574266.

HSL color Cylindrical-coordinate representation of color #3AC308: hue angle of 103.96º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3AC308 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 58 195 8 -
CMYK 0.70 0 0.96 0.24
HSL 103.96º 0.92% 0.4% -
HSV(B) 103.96º 0.96% 0.76% -
XYZ 21.3 39.95 6.82 -
YUV 132.72 57.61 74.71 -
System Red Green Blue C M Y K H S L
Decimal 58 195 8 0.70 0 0.96 0.24 103.96 0.92 0.4
Hex 3A C3 8 46 0 60 18 68 5C 28
Octal 72 303 10 106 0 140 30 150 134 50
Binary 111010 11000011 1000 1000110 0 1100000 11000 1101000 1011100 101000

Color Harmonies of #3AC308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC308

Black with #3AC308

Text Example


Text Example

White with #3AC308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,195,8); }

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

background-color css

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

 a { background-color: rgb(58,195,8); }

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

border-color css

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

 span { border-color: rgb(58,195,8); }

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