Html Css Color HEX #38C026 Lime Green

📋 copy color: '#38C026'

red 56 ◦ green 192 ◦ blue 38

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

Shades of Lime Green #38C026

Tints of Lime Green #38C026

RGB

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

 GREEN value IS 192 (75.39% from 255) = 67.13%

 BLUE value IS 38 (15.23% from 255) = 13.29%

R = 19.58%
G = 67.13%
B = 13.29%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#38C026 (or 0x38C026) is known color: Lime Green. HEX triplet: 38, C0 and 26. RGB value is (56,192,38). Sum of RGB (Red+Green+Blue) = 56+192+38=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 192 (75.39% from 255 or 67.13% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 192 - color contains mainly: green. Hex color #38C026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C026 is #C73FD9. Grayscale: #868686. Windows color (decimal): -13058010 or 2539576. OLE color: 2539576.

HSL color Cylindrical-coordinate representation of color #38C026: hue angle of 112.99º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38C026 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 192 38 -
CMYK 0.71 0 0.80 0.25
HSL 112.99º 0.67% 0.45% -
HSV(B) 112.99º 0.8% 0.75% -
XYZ 20.83 38.68 8.2 -
YUV 133.78 73.94 72.52 -
System Red Green Blue C M Y K H S L
Decimal 56 192 38 0.71 0 0.80 0.25 112.99 0.67 0.45
Hex 38 C0 26 47 0 50 19 71 43 2D
Octal 70 300 46 107 0 120 31 161 103 55
Binary 111000 11000000 100110 1000111 0 1010000 11001 1110001 1000011 101101

Color Harmonies of #38C026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C026

Black with #38C026

Text Example


Text Example

White with #38C026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,192,38); }

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

background-color css

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

 a { background-color: rgb(56,192,38); }

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

border-color css

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

 span { border-color: rgb(56,192,38); }

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