Html Css Color HEX #3AB300 Kelly Green

📋 copy color: '#3AB300'

red 58 ◦ green 179 ◦ blue 0

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

Shades of Kelly Green #3AB300

Tints of Kelly Green #3AB300

RGB

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

 GREEN value IS 179 (70.31% from 255) = 75.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 24.47%
G = 75.53%
B = 0%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#3AB300 (or 0x3AB300) is known color: Kelly Green. HEX triplet: 3A, B3 and 00. RGB value is (58,179,0). Sum of RGB (Red+Green+Blue) = 58+179+0=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 179 (70.31% from 255 or 75.53% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 179 - color contains mainly: green. Hex color #3AB300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AB300 is #C54CFF. Grayscale: #7B7B7B. Windows color (decimal): -12930304 or 45882. OLE color: 45882.

HSL color Cylindrical-coordinate representation of color #3AB300: hue angle of 100.56º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3AB300 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 58 179 0 -
CMYK 0.68 0 1 0.30
HSL 100.56º 1% 0.35% -
HSV(B) 100.56º 1% 0.7% -
XYZ 17.87 33.14 5.46 -
YUV 122.42 58.91 82.05 -
System Red Green Blue C M Y K H S L
Decimal 58 179 0 0.68 0 1 0.30 100.56 1 0.35
Hex 3A B3 0 44 0 64 1E 65 64 23
Octal 72 263 0 104 0 144 36 145 144 43
Binary 111010 10110011 0 1000100 0 1100100 11110 1100101 1100100 100011

Color Harmonies of #3AB300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB300

Black with #3AB300

Text Example


Text Example

White with #3AB300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,179,0); }

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

background-color css

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

 a { background-color: rgb(58,179,0); }

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

border-color css

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

 span { border-color: rgb(58,179,0); }

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