Html Css Color HEX #3CE04B Lime Green

📋 copy color: '#3CE04B'

red 60 ◦ green 224 ◦ blue 75

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

Shades of Lime Green #3CE04B

Tints of Lime Green #3CE04B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 62.4%

 BLUE value IS 75 (29.69% from 255) = 20.89%

R = 16.71%
G = 62.4%
B = 20.89%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#3CE04B (or 0x3CE04B) is known color: Lime Green. HEX triplet: 3C, E0 and 4B. RGB value is (60,224,75). Sum of RGB (Red+Green+Blue) = 60+224+75=359 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.71% from 359); Green value is 224 (87.89% from 255 or 62.40% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE04B is #C31FB4. Grayscale: #9E9E9E. Windows color (decimal): -12787637 or 4972604. OLE color: 4972604.

HSL color Cylindrical-coordinate representation of color #3CE04B: hue angle of 125.49º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE04B is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 60 224 75 -
CMYK 0.73 0 0.67 0.12
HSL 125.49º 0.73% 0.56% -
HSV(B) 125.49º 0.73% 0.88% -
XYZ 29.79 54.78 15.66 -
YUV 157.98 81.17 58.12 -
System Red Green Blue C M Y K H S L
Decimal 60 224 75 0.73 0 0.67 0.12 125.49 0.73 0.56
Hex 3C E0 4B 49 0 43 C 7D 49 38
Octal 74 340 113 111 0 103 14 175 111 70
Binary 111100 11100000 1001011 1001001 0 1000011 1100 1111101 1001001 111000

Color Harmonies of #3CE04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE04B

Black with #3CE04B

Text Example


Text Example

White with #3CE04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,224,75); }

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

background-color css

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

 a { background-color: rgb(60,224,75); }

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

border-color css

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

 span { border-color: rgb(60,224,75); }

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