Html Css Color HEX #3CEA1E Harlequin

📋 copy color: '#3CEA1E'

red 60 ◦ green 234 ◦ blue 30

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

Shades of Harlequin #3CEA1E

Tints of Harlequin #3CEA1E

RGB

 RED value IS 60 (23.83% from 255) = 18.52%

 GREEN value IS 234 (91.8% from 255) = 72.22%

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

R = 18.52%
G = 72.22%
B = 9.26%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#3CEA1E (or 0x3CEA1E) is known color: Harlequin. HEX triplet: 3C, EA and 1E. RGB value is (60,234,30). Sum of RGB (Red+Green+Blue) = 60+234+30=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 234 (91.80% from 255 or 72.22% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEA1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEA1E is #C315E1. Grayscale: #9F9F9F. Windows color (decimal): -12785122 or 2026044. OLE color: 2026044.

HSL color Cylindrical-coordinate representation of color #3CEA1E: hue angle of 111.18º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3CEA1E is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 234 30 -
CMYK 0.74 0 0.87 0.08
HSL 111.18º 0.83% 0.52% -
HSV(B) 111.18º 0.87% 0.92% -
XYZ 31.52 59.9 11.13 -
YUV 158.72 55.35 57.59 -
System Red Green Blue C M Y K H S L
Decimal 60 234 30 0.74 0 0.87 0.08 111.18 0.83 0.52
Hex 3C EA 1E 4A 0 57 8 6F 53 34
Octal 74 352 36 112 0 127 10 157 123 64
Binary 111100 11101010 11110 1001010 0 1010111 1000 1101111 1010011 110100

Color Harmonies of #3CEA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEA1E

Black with #3CEA1E

Text Example


Text Example

White with #3CEA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,234,30); }

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

background-color css

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

 a { background-color: rgb(60,234,30); }

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

border-color css

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

 span { border-color: rgb(60,234,30); }

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