Html Css Color HEX #38F738 Lime Green

📋 copy color: '#38F738'

red 56 ◦ green 247 ◦ blue 56

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

Shades of Lime Green #38F738

Tints of Lime Green #38F738

RGB

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

 GREEN value IS 247 (96.88% from 255) = 68.8%

 BLUE value IS 56 (22.27% from 255) = 15.6%

R = 15.6%
G = 68.8%
B = 15.6%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#38F738 (or 0x38F738) is known color: Lime Green. HEX triplet: 38, F7 and 38. RGB value is (56,247,56). Sum of RGB (Red+Green+Blue) = 56+247+56=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 247 (96.88% from 255 or 68.80% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 247 - color contains mainly: green. Hex color #38F738 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F738 is #C708C7. Grayscale: #A8A8A8. Windows color (decimal): -13043912 or 3733304. OLE color: 3733304.

HSL color Cylindrical-coordinate representation of color #38F738: hue angle of 120º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F738 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB 56 247 56 -
CMYK 0.77 0 0.77 0.03
HSL 120º 0.92% 0.59% -
HSV(B) 120º 0.77% 0.97% -
XYZ 35.61 67.65 14.92 -
YUV 168.12 64.72 48.03 -
System Red Green Blue C M Y K H S L
Decimal 56 247 56 0.77 0 0.77 0.03 120 0.92 0.59
Hex 38 F7 38 4D 0 4D 3 78 5C 3B
Octal 70 367 70 115 0 115 3 170 134 73
Binary 111000 11110111 111000 1001101 0 1001101 11 1111000 1011100 111011

Color Harmonies of #38F738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F738

Black with #38F738

Text Example


Text Example

White with #38F738

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,247,56); }

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

background-color css

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

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

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

border-color css

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

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

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