Html Css Color HEX #3AD002 Kelly Green

📋 copy color: '#3AD002'

red 58 ◦ green 208 ◦ blue 2

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

Shades of Kelly Green #3AD002

Tints of Kelly Green #3AD002

RGB

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

 GREEN value IS 208 (81.64% from 255) = 77.61%

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 21.64%
G = 77.61%
B = 0.75%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#3AD002 (or 0x3AD002) is known color: Kelly Green. HEX triplet: 3A, D0 and 02. RGB value is (58,208,2). Sum of RGB (Red+Green+Blue) = 58+208+2=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 208 (81.64% from 255 or 77.61% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD002 is #C52FFD. Grayscale: #8C8C8C. Windows color (decimal): -12922878 or 184378. OLE color: 184378.

HSL color Cylindrical-coordinate representation of color #3AD002: hue angle of 103.69º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3AD002 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 208 2 -
CMYK 0.72 0 0.99 0.18
HSL 103.69º 0.98% 0.41% -
HSV(B) 103.69º 0.99% 0.82% -
XYZ 24.31 46.02 7.66 -
YUV 139.67 50.31 69.75 -
System Red Green Blue C M Y K H S L
Decimal 58 208 2 0.72 0 0.99 0.18 103.69 0.98 0.41
Hex 3A D0 2 48 0 63 12 68 62 29
Octal 72 320 2 110 0 143 22 150 142 51
Binary 111010 11010000 10 1001000 0 1100011 10010 1101000 1100010 101001

Color Harmonies of #3AD002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD002

Black with #3AD002

Text Example


Text Example

White with #3AD002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,208,2); }

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

background-color css

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

 a { background-color: rgb(58,208,2); }

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

border-color css

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

 span { border-color: rgb(58,208,2); }

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