Html Css Color HEX #38CC26 Lime Green

📋 copy color: '#38CC26'

red 56 ◦ green 204 ◦ blue 38

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

Shades of Lime Green #38CC26

Tints of Lime Green #38CC26

RGB

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

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

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

R = 18.79%
G = 68.46%
B = 12.75%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#38CC26 (or 0x38CC26) is known color: Lime Green. HEX triplet: 38, CC and 26. RGB value is (56,204,38). Sum of RGB (Red+Green+Blue) = 56+204+38=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 204 (80.08% from 255 or 68.46% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 204 - color contains mainly: green. Hex color #38CC26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CC26 is #C733D9. Grayscale: #8D8D8D. Windows color (decimal): -13054938 or 2542648. OLE color: 2542648.

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

Color convert

RGB 56 204 38 -
CMYK 0.73 0 0.81 0.2
HSL 113.49º 0.69% 0.47% -
HSV(B) 113.49º 0.81% 0.8% -
XYZ 23.57 44.17 9.12 -
YUV 140.82 69.97 67.5 -
System Red Green Blue C M Y K H S L
Decimal 56 204 38 0.73 0 0.81 0.2 113.49 0.69 0.47
Hex 38 CC 26 49 0 51 14 71 45 2F
Octal 70 314 46 111 0 121 24 161 105 57
Binary 111000 11001100 100110 1001001 0 1010001 10100 1110001 1000101 101111

Color Harmonies of #38CC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CC26

Black with #38CC26

Text Example


Text Example

White with #38CC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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