Html Css Color HEX #3AB400 Kelly Green

📋 copy color: '#3AB400'

red 58 ◦ green 180 ◦ blue 0

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

Shades of Kelly Green #3AB400

Tints of Kelly Green #3AB400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 75.63%

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

R = 24.37%
G = 75.63%
B = 0%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#3AB400 (or 0x3AB400) is known color: Kelly Green. HEX triplet: 3A, B4 and 00. RGB value is (58,180,0). Sum of RGB (Red+Green+Blue) = 58+180+0=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 180 (70.70% from 255 or 75.63% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 180 - color contains mainly: green. Hex color #3AB400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AB400 is #C54BFF. Grayscale: #7B7B7B. Windows color (decimal): -12930048 or 46138. OLE color: 46138.

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

Color convert

RGB 58 180 0 -
CMYK 0.68 0 1 0.29
HSL 100.67º 1% 0.35% -
HSV(B) 100.67º 1% 0.71% -
XYZ 18.07 33.54 5.52 -
YUV 123 58.58 81.64 -
System Red Green Blue C M Y K H S L
Decimal 58 180 0 0.68 0 1 0.29 100.67 1 0.35
Hex 3A B4 0 44 0 64 1D 65 64 23
Octal 72 264 0 104 0 144 35 145 144 43
Binary 111010 10110100 0 1000100 0 1100100 11101 1100101 1100100 100011

Color Harmonies of #3AB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB400

Black with #3AB400

Text Example


Text Example

White with #3AB400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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