Html Css Color HEX #3CD926 Lime Green

📋 copy color: '#3CD926'

red 60 ◦ green 217 ◦ blue 38

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

Shades of Lime Green #3CD926

Tints of Lime Green #3CD926

RGB

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

 GREEN value IS 217 (85.16% from 255) = 68.89%

 BLUE value IS 38 (15.23% from 255) = 12.06%

R = 19.05%
G = 68.89%
B = 12.06%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#3CD926 (or 0x3CD926) is known color: Lime Green. HEX triplet: 3C, D9 and 26. RGB value is (60,217,38). Sum of RGB (Red+Green+Blue) = 60+217+38=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 217 (85.16% from 255 or 68.89% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 217 - color contains mainly: green. Hex color #3CD926 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD926 is #C326D9. Grayscale: #969696. Windows color (decimal): -12789466 or 2545980. OLE color: 2545980.

HSL color Cylindrical-coordinate representation of color #3CD926: hue angle of 112.63º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3CD926 is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 60 217 38 -
CMYK 0.72 0 0.82 0.15
HSL 112.63º 0.7% 0.5% -
HSV(B) 112.63º 0.82% 0.85% -
XYZ 27.03 50.73 10.2 -
YUV 149.65 64.99 64.05 -
System Red Green Blue C M Y K H S L
Decimal 60 217 38 0.72 0 0.82 0.15 112.63 0.7 0.5
Hex 3C D9 26 48 0 52 F 71 46 32
Octal 74 331 46 110 0 122 17 161 106 62
Binary 111100 11011001 100110 1001000 0 1010010 1111 1110001 1000110 110010

Color Harmonies of #3CD926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD926

Black with #3CD926

Text Example


Text Example

White with #3CD926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,217,38); }

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

background-color css

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

 a { background-color: rgb(60,217,38); }

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

border-color css

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

 span { border-color: rgb(60,217,38); }

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