Html Css Color HEX #3CE445 Lime Green

📋 copy color: '#3CE445'

red 60 ◦ green 228 ◦ blue 69

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

Shades of Lime Green #3CE445

Tints of Lime Green #3CE445

RGB

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

 GREEN value IS 228 (89.45% from 255) = 63.87%

 BLUE value IS 69 (27.34% from 255) = 19.33%

R = 16.81%
G = 63.87%
B = 19.33%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#3CE445 (or 0x3CE445) is known color: Lime Green. HEX triplet: 3C, E4 and 45. RGB value is (60,228,69). Sum of RGB (Red+Green+Blue) = 60+228+69=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 228 (89.45% from 255 or 63.87% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 228 - color contains mainly: green. Hex color #3CE445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE445 is #C31BBA. Grayscale: #A0A0A0. Windows color (decimal): -12786619 or 4580412. OLE color: 4580412.

HSL color Cylindrical-coordinate representation of color #3CE445: hue angle of 123.21º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE445 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 60 228 69 -
CMYK 0.74 0 0.70 0.11
HSL 123.21º 0.76% 0.56% -
HSV(B) 123.21º 0.74% 0.89% -
XYZ 30.68 56.88 14.99 -
YUV 159.64 76.84 56.93 -
System Red Green Blue C M Y K H S L
Decimal 60 228 69 0.74 0 0.70 0.11 123.21 0.76 0.56
Hex 3C E4 45 4A 0 46 B 7B 4C 38
Octal 74 344 105 112 0 106 13 173 114 70
Binary 111100 11100100 1000101 1001010 0 1000110 1011 1111011 1001100 111000

Color Harmonies of #3CE445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE445

Black with #3CE445

Text Example


Text Example

White with #3CE445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,228,69); }

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

background-color css

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

 a { background-color: rgb(60,228,69); }

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

border-color css

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

 span { border-color: rgb(60,228,69); }

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