Html Css Color HEX #3CDF1B Lime Green

📋 copy color: '#3CDF1B'

red 60 ◦ green 223 ◦ blue 27

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

Shades of Lime Green #3CDF1B

Tints of Lime Green #3CDF1B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 71.94%

 BLUE value IS 27 (10.94% from 255) = 8.71%

R = 19.35%
G = 71.94%
B = 8.71%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#3CDF1B (or 0x3CDF1B) is known color: Lime Green. HEX triplet: 3C, DF and 1B. RGB value is (60,223,27). Sum of RGB (Red+Green+Blue) = 60+223+27=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 223 (87.5% from 255 or 71.94% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDF1B is #C320E4. Grayscale: #989898. Windows color (decimal): -12787941 or 1826620. OLE color: 1826620.

HSL color Cylindrical-coordinate representation of color #3CDF1B: hue angle of 109.9º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3CDF1B is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 223 27 -
CMYK 0.73 0 0.88 0.13
HSL 109.9º 0.78% 0.49% -
HSV(B) 109.9º 0.88% 0.87% -
XYZ 28.45 53.82 9.92 -
YUV 151.92 57.5 62.44 -
System Red Green Blue C M Y K H S L
Decimal 60 223 27 0.73 0 0.88 0.13 109.9 0.78 0.49
Hex 3C DF 1B 49 0 58 D 6E 4E 31
Octal 74 337 33 111 0 130 15 156 116 61
Binary 111100 11011111 11011 1001001 0 1011000 1101 1101110 1001110 110001

Color Harmonies of #3CDF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDF1B

Black with #3CDF1B

Text Example


Text Example

White with #3CDF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,223,27); }

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

background-color css

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

 a { background-color: rgb(60,223,27); }

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

border-color css

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

 span { border-color: rgb(60,223,27); }

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