Html Css Color HEX #38C230 Lime Green

📋 copy color: '#38C230'

red 56 ◦ green 194 ◦ blue 48

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

Shades of Lime Green #38C230

Tints of Lime Green #38C230

RGB

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

 GREEN value IS 194 (76.17% from 255) = 65.1%

 BLUE value IS 48 (19.14% from 255) = 16.11%

R = 18.79%
G = 65.1%
B = 16.11%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#38C230 (or 0x38C230) is known color: Lime Green. HEX triplet: 38, C2 and 30. RGB value is (56,194,48). Sum of RGB (Red+Green+Blue) = 56+194+48=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 194 (76.17% from 255 or 65.10% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 194 - color contains mainly: green. Hex color #38C230 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C230 is #C73DCF. Grayscale: #888888. Windows color (decimal): -13057488 or 3195448. OLE color: 3195448.

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

Color convert

RGB 56 194 48 -
CMYK 0.71 0 0.75 0.24
HSL 116.71º 0.6% 0.47% -
HSV(B) 116.71º 0.75% 0.76% -
XYZ 21.46 39.64 9.32 -
YUV 136.09 78.28 70.87 -
System Red Green Blue C M Y K H S L
Decimal 56 194 48 0.71 0 0.75 0.24 116.71 0.6 0.47
Hex 38 C2 30 47 0 4B 18 75 3C 2F
Octal 70 302 60 107 0 113 30 165 74 57
Binary 111000 11000010 110000 1000111 0 1001011 11000 1110101 111100 101111

Color Harmonies of #38C230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C230

Black with #38C230

Text Example


Text Example

White with #38C230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,194,48); }

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

background-color css

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

 a { background-color: rgb(56,194,48); }

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

border-color css

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

 span { border-color: rgb(56,194,48); }

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