Html Css Color HEX #3AC21F Kelly Green

📋 copy color: '#3AC21F'

red 58 ◦ green 194 ◦ blue 31

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

Shades of Kelly Green #3AC21F

Tints of Kelly Green #3AC21F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 68.55%

 BLUE value IS 31 (12.5% from 255) = 10.95%

R = 20.49%
G = 68.55%
B = 10.95%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#3AC21F (or 0x3AC21F) is known color: Kelly Green. HEX triplet: 3A, C2 and 1F. RGB value is (58,194,31). Sum of RGB (Red+Green+Blue) = 58+194+31=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 194 (76.17% from 255 or 68.55% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC21F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC21F is #C53DE0. Grayscale: #878787. Windows color (decimal): -12926433 or 2081338. OLE color: 2081338.

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

Color convert

RGB 58 194 31 -
CMYK 0.70 0 0.84 0.24
HSL 110.06º 0.72% 0.44% -
HSV(B) 110.06º 0.84% 0.76% -
XYZ 21.28 39.58 7.81 -
YUV 134.75 69.44 73.25 -
System Red Green Blue C M Y K H S L
Decimal 58 194 31 0.70 0 0.84 0.24 110.06 0.72 0.44
Hex 3A C2 1F 46 0 54 18 6E 48 2C
Octal 72 302 37 106 0 124 30 156 110 54
Binary 111010 11000010 11111 1000110 0 1010100 11000 1101110 1001000 101100

Color Harmonies of #3AC21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC21F

Black with #3AC21F

Text Example


Text Example

White with #3AC21F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,194,31); }

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

background-color css

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

 a { background-color: rgb(58,194,31); }

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

border-color css

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

 span { border-color: rgb(58,194,31); }

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