Html Css Color HEX #38C33F Lime Green

📋 copy color: '#38C33F'

red 56 ◦ green 195 ◦ blue 63

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

Shades of Lime Green #38C33F

Tints of Lime Green #38C33F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 62.1%

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

R = 17.83%
G = 62.1%
B = 20.06%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#38C33F (or 0x38C33F) is known color: Lime Green. HEX triplet: 38, C3 and 3F. RGB value is (56,195,63). Sum of RGB (Red+Green+Blue) = 56+195+63=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 195 (76.56% from 255 or 62.10% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 195 - color contains mainly: green. Hex color #38C33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C33F is #C73CC0. Grayscale: #8A8A8A. Windows color (decimal): -13057217 or 4178744. OLE color: 4178744.

HSL color Cylindrical-coordinate representation of color #38C33F: hue angle of 123.02º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C33F is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 56 195 63 -
CMYK 0.71 0 0.68 0.24
HSL 123.02º 0.55% 0.49% -
HSV(B) 123.02º 0.71% 0.76% -
XYZ 22.04 40.23 11.31 -
YUV 138.39 85.45 69.23 -
System Red Green Blue C M Y K H S L
Decimal 56 195 63 0.71 0 0.68 0.24 123.02 0.55 0.49
Hex 38 C3 3F 47 0 44 18 7B 37 31
Octal 70 303 77 107 0 104 30 173 67 61
Binary 111000 11000011 111111 1000111 0 1000100 11000 1111011 110111 110001

Color Harmonies of #38C33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C33F

Black with #38C33F

Text Example


Text Example

White with #38C33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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