Html Css Color HEX #38CE4C Lime Green

📋 copy color: '#38CE4C'

red 56 ◦ green 206 ◦ blue 76

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

Shades of Lime Green #38CE4C

Tints of Lime Green #38CE4C

RGB

 RED value IS 56 (22.27% from 255) = 16.57%

 GREEN value IS 206 (80.86% from 255) = 60.95%

 BLUE value IS 76 (30.08% from 255) = 22.49%

R = 16.57%
G = 60.95%
B = 22.49%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#38CE4C (or 0x38CE4C) is known color: Lime Green. HEX triplet: 38, CE and 4C. RGB value is (56,206,76). Sum of RGB (Red+Green+Blue) = 56+206+76=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 206 (80.86% from 255 or 60.95% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 206 - color contains mainly: green. Hex color #38CE4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CE4C is #C731B3. Grayscale: #929292. Windows color (decimal): -13054388 or 5033528. OLE color: 5033528.

HSL color Cylindrical-coordinate representation of color #38CE4C: hue angle of 128º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CE4C is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 206 76 -
CMYK 0.73 0 0.63 0.19
HSL 128º 0.6% 0.51% -
HSV(B) 128º 0.73% 0.81% -
XYZ 25.01 45.51 14.3 -
YUV 146.33 88.31 63.57 -
System Red Green Blue C M Y K H S L
Decimal 56 206 76 0.73 0 0.63 0.19 128 0.6 0.51
Hex 38 CE 4C 49 0 3F 13 80 3C 33
Octal 70 316 114 111 0 77 23 200 74 63
Binary 111000 11001110 1001100 1001001 0 111111 10011 10000000 111100 110011

Color Harmonies of #38CE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CE4C

Black with #38CE4C

Text Example


Text Example

White with #38CE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38CE4C; }

 p { color: rgb(56,206,76); }

 H1.HeaderClassName
 {
   color: #38CE4C;
 }
 .AnyTagClassName
 {
   color: #38CE4C;
 }
</style>

background-color css

<style>
 a { background-color: #38CE4C; }

 a { background-color: rgb(56,206,76); }

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

border-color css

<style>
 span { border-color: #38CE4C; }

 span { border-color: rgb(56,206,76); }

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