Html Css Color HEX #38F226 Lime Green

📋 copy color: '#38F226'

red 56 ◦ green 242 ◦ blue 38

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

Shades of Lime Green #38F226

Tints of Lime Green #38F226

RGB

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

 GREEN value IS 242 (94.92% from 255) = 72.02%

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

R = 16.67%
G = 72.02%
B = 11.31%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#38F226 (or 0x38F226) is known color: Lime Green. HEX triplet: 38, F2 and 26. RGB value is (56,242,38). Sum of RGB (Red+Green+Blue) = 56+242+38=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 242 (94.92% from 255 or 72.02% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 242 - color contains mainly: green. Hex color #38F226 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F226 is #C70DD9. Grayscale: #A3A3A3. Windows color (decimal): -13045210 or 2552376. OLE color: 2552376.

HSL color Cylindrical-coordinate representation of color #38F226: hue angle of 114.71º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38F226 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 242 38 -
CMYK 0.77 0 0.84 0.05
HSL 114.71º 0.89% 0.55% -
HSV(B) 114.71º 0.84% 0.95% -
XYZ 33.73 64.48 12.5 -
YUV 163.13 57.38 51.59 -
System Red Green Blue C M Y K H S L
Decimal 56 242 38 0.77 0 0.84 0.05 114.71 0.89 0.55
Hex 38 F2 26 4D 0 54 5 73 59 37
Octal 70 362 46 115 0 124 5 163 131 67
Binary 111000 11110010 100110 1001101 0 1010100 101 1110011 1011001 110111

Color Harmonies of #38F226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F226

Black with #38F226

Text Example


Text Example

White with #38F226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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