Html Css Color HEX #3AD40F Kelly Green

📋 copy color: '#3AD40F'

red 58 ◦ green 212 ◦ blue 15

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

Shades of Kelly Green #3AD40F

Tints of Kelly Green #3AD40F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 74.39%

 BLUE value IS 15 (6.25% from 255) = 5.26%

R = 20.35%
G = 74.39%
B = 5.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#3AD40F (or 0x3AD40F) is known color: Kelly Green. HEX triplet: 3A, D4 and 0F. RGB value is (58,212,15). Sum of RGB (Red+Green+Blue) = 58+212+15=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 212 (83.20% from 255 or 74.39% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD40F is #C52BF0. Grayscale: #909090. Windows color (decimal): -12921841 or 1037370. OLE color: 1037370.

HSL color Cylindrical-coordinate representation of color #3AD40F: hue angle of 106.9º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AD40F is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 58 212 15 -
CMYK 0.73 0 0.93 0.17
HSL 106.9º 0.87% 0.45% -
HSV(B) 106.9º 0.93% 0.83% -
XYZ 25.37 48.02 8.38 -
YUV 143.5 55.48 67.02 -
System Red Green Blue C M Y K H S L
Decimal 58 212 15 0.73 0 0.93 0.17 106.9 0.87 0.45
Hex 3A D4 F 49 0 5D 11 6B 57 2D
Octal 72 324 17 111 0 135 21 153 127 55
Binary 111010 11010100 1111 1001001 0 1011101 10001 1101011 1010111 101101

Color Harmonies of #3AD40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD40F

Black with #3AD40F

Text Example


Text Example

White with #3AD40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,212,15); }

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

background-color css

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

 a { background-color: rgb(58,212,15); }

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

border-color css

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

 span { border-color: rgb(58,212,15); }

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