Html Css Color HEX #38CC40 Lime Green

📋 copy color: '#38CC40'

red 56 ◦ green 204 ◦ blue 64

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

Shades of Lime Green #38CC40

Tints of Lime Green #38CC40

RGB

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

 GREEN value IS 204 (80.08% from 255) = 62.96%

 BLUE value IS 64 (25.39% from 255) = 19.75%

R = 17.28%
G = 62.96%
B = 19.75%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#38CC40 (or 0x38CC40) is known color: Lime Green. HEX triplet: 38, CC and 40. RGB value is (56,204,64). Sum of RGB (Red+Green+Blue) = 56+204+64=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 204 (80.08% from 255 or 62.96% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 204 - color contains mainly: green. Hex color #38CC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CC40 is #C733BF. Grayscale: #909090. Windows color (decimal): -13054912 or 4246584. OLE color: 4246584.

HSL color Cylindrical-coordinate representation of color #38CC40: hue angle of 123.24º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CC40 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 204 64 -
CMYK 0.73 0 0.69 0.2
HSL 123.24º 0.59% 0.51% -
HSV(B) 123.24º 0.73% 0.8% -
XYZ 24.15 44.4 12.15 -
YUV 143.79 82.97 65.38 -
System Red Green Blue C M Y K H S L
Decimal 56 204 64 0.73 0 0.69 0.2 123.24 0.59 0.51
Hex 38 CC 40 49 0 45 14 7B 3B 33
Octal 70 314 100 111 0 105 24 173 73 63
Binary 111000 11001100 1000000 1001001 0 1000101 10100 1111011 111011 110011

Color Harmonies of #38CC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CC40

Black with #38CC40

Text Example


Text Example

White with #38CC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,204,64); }

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

background-color css

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

 a { background-color: rgb(56,204,64); }

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

border-color css

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

 span { border-color: rgb(56,204,64); }

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