Html Css Color HEX #38CC3F Lime Green

📋 copy color: '#38CC3F'

red 56 ◦ green 204 ◦ blue 63

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

Shades of Lime Green #38CC3F

Tints of Lime Green #38CC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.5%

R = 17.34%
G = 63.16%
B = 19.5%

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

#38CC3F (or 0x38CC3F) is known color: Lime Green. HEX triplet: 38, CC and 3F. RGB value is (56,204,63). Sum of RGB (Red+Green+Blue) = 56+204+63=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 204 (80.08% from 255 or 63.16% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 204 - color contains mainly: green. Hex color #38CC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CC3F is #C733C0. Grayscale: #909090. Windows color (decimal): -13054913 or 4181048. OLE color: 4181048.

HSL color Cylindrical-coordinate representation of color #38CC3F: hue angle of 122.84º 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 #38CC3F is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 204 63 -
CMYK 0.73 0 0.69 0.2
HSL 122.84º 0.59% 0.51% -
HSV(B) 122.84º 0.73% 0.8% -
XYZ 24.12 44.39 12 -
YUV 143.67 82.47 65.46 -
System Red Green Blue C M Y K H S L
Decimal 56 204 63 0.73 0 0.69 0.2 122.84 0.59 0.51
Hex 38 CC 3F 49 0 45 14 7B 3B 33
Octal 70 314 77 111 0 105 24 173 73 63
Binary 111000 11001100 111111 1001001 0 1000101 10100 1111011 111011 110011

Color Harmonies of #38CC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CC3F

Black with #38CC3F

Text Example


Text Example

White with #38CC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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