Html Css Color HEX #3CDE2B Lime Green

📋 copy color: '#3CDE2B'

red 60 ◦ green 222 ◦ blue 43

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

Shades of Lime Green #3CDE2B

Tints of Lime Green #3CDE2B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 68.31%

 BLUE value IS 43 (17.19% from 255) = 13.23%

R = 18.46%
G = 68.31%
B = 13.23%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#3CDE2B (or 0x3CDE2B) is known color: Lime Green. HEX triplet: 3C, DE and 2B. RGB value is (60,222,43). Sum of RGB (Red+Green+Blue) = 60+222+43=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 222 (87.11% from 255 or 68.31% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDE2B is #C321D4. Grayscale: #999999. Windows color (decimal): -12788181 or 2874940. OLE color: 2874940.

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

Color convert

RGB 60 222 43 -
CMYK 0.73 0 0.81 0.13
HSL 114.3º 0.73% 0.52% -
HSV(B) 114.3º 0.81% 0.87% -
XYZ 28.42 53.38 11.09 -
YUV 153.16 65.83 61.55 -
System Red Green Blue C M Y K H S L
Decimal 60 222 43 0.73 0 0.81 0.13 114.3 0.73 0.52
Hex 3C DE 2B 49 0 51 D 72 49 34
Octal 74 336 53 111 0 121 15 162 111 64
Binary 111100 11011110 101011 1001001 0 1010001 1101 1110010 1001001 110100

Color Harmonies of #3CDE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDE2B

Black with #3CDE2B

Text Example


Text Example

White with #3CDE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,222,43); }

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

background-color css

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

 a { background-color: rgb(60,222,43); }

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

border-color css

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

 span { border-color: rgb(60,222,43); }

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