Html Css Color HEX #3BD414 Kelly Green

📋 copy color: '#3BD414'

red 59 ◦ green 212 ◦ blue 20

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

Shades of Kelly Green #3BD414

Tints of Kelly Green #3BD414

RGB

 RED value IS 59 (23.44% from 255) = 20.27%

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

 BLUE value IS 20 (8.2% from 255) = 6.87%

R = 20.27%
G = 72.85%
B = 6.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#3BD414 (or 0x3BD414) is known color: Kelly Green. HEX triplet: 3B, D4 and 14. RGB value is (59,212,20). Sum of RGB (Red+Green+Blue) = 59+212+20=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 212 (83.20% from 255 or 72.85% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 212 - color contains mainly: green. Hex color #3BD414 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BD414 is #C42BEB. Grayscale: #909090. Windows color (decimal): -12856300 or 1365051. OLE color: 1365051.

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

Color convert

RGB 59 212 20 -
CMYK 0.72 0 0.91 0.17
HSL 107.81º 0.83% 0.45% -
HSV(B) 107.81º 0.91% 0.83% -
XYZ 25.47 48.07 8.6 -
YUV 144.37 57.81 67.11 -
System Red Green Blue C M Y K H S L
Decimal 59 212 20 0.72 0 0.91 0.17 107.81 0.83 0.45
Hex 3B D4 14 48 0 5B 11 6C 53 2D
Octal 73 324 24 110 0 133 21 154 123 55
Binary 111011 11010100 10100 1001000 0 1011011 10001 1101100 1010011 101101

Color Harmonies of #3BD414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD414

Black with #3BD414

Text Example


Text Example

White with #3BD414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,212,20); }

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

background-color css

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

 a { background-color: rgb(59,212,20); }

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

border-color css

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

 span { border-color: rgb(59,212,20); }

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