Html Css Color HEX #3DEF1E Harlequin

📋 copy color: '#3DEF1E'

red 61 ◦ green 239 ◦ blue 30

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

Shades of Harlequin #3DEF1E

Tints of Harlequin #3DEF1E

RGB

 RED value IS 61 (24.22% from 255) = 18.48%

 GREEN value IS 239 (93.75% from 255) = 72.42%

 BLUE value IS 30 (12.11% from 255) = 9.09%

R = 18.48%
G = 72.42%
B = 9.09%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#3DEF1E (or 0x3DEF1E) is known color: Harlequin. HEX triplet: 3D, EF and 1E. RGB value is (61,239,30). Sum of RGB (Red+Green+Blue) = 61+239+30=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 239 (93.75% from 255 or 72.42% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEF1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEF1E is #C210E1. Grayscale: #A2A2A2. Windows color (decimal): -12718306 or 2027325. OLE color: 2027325.

HSL color Cylindrical-coordinate representation of color #3DEF1E: hue angle of 111.1º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3DEF1E is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 61 239 30 -
CMYK 0.74 0 0.87 0.06
HSL 111.1º 0.87% 0.53% -
HSV(B) 111.1º 0.87% 0.94% -
XYZ 33.03 62.82 11.61 -
YUV 161.95 53.53 55.99 -
System Red Green Blue C M Y K H S L
Decimal 61 239 30 0.74 0 0.87 0.06 111.1 0.87 0.53
Hex 3D EF 1E 4A 0 57 6 6F 57 35
Octal 75 357 36 112 0 127 6 157 127 65
Binary 111101 11101111 11110 1001010 0 1010111 110 1101111 1010111 110101

Color Harmonies of #3DEF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEF1E

Black with #3DEF1E

Text Example


Text Example

White with #3DEF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,239,30); }

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

background-color css

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

 a { background-color: rgb(61,239,30); }

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

border-color css

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

 span { border-color: rgb(61,239,30); }

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