Html Css Color HEX #38F64B Lime Green

📋 copy color: '#38F64B'

red 56 ◦ green 246 ◦ blue 75

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

Shades of Lime Green #38F64B

Tints of Lime Green #38F64B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 65.25%

 BLUE value IS 75 (29.69% from 255) = 19.89%

R = 14.85%
G = 65.25%
B = 19.89%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#38F64B (or 0x38F64B) is known color: Lime Green. HEX triplet: 38, F6 and 4B. RGB value is (56,246,75). Sum of RGB (Red+Green+Blue) = 56+246+75=377 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.85% from 377); Green value is 246 (96.48% from 255 or 65.25% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 246 - color contains mainly: green. Hex color #38F64B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F64B is #C709B4. Grayscale: #AAAAAA. Windows color (decimal): -13044149 or 4978232. OLE color: 4978232.

HSL color Cylindrical-coordinate representation of color #38F64B: hue angle of 126º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F64B is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 246 75 -
CMYK 0.77 0 0.70 0.04
HSL 126º 0.91% 0.59% -
HSV(B) 126º 0.77% 0.96% -
XYZ 35.86 67.26 17.75 -
YUV 169.7 74.55 46.9 -
System Red Green Blue C M Y K H S L
Decimal 56 246 75 0.77 0 0.70 0.04 126 0.91 0.59
Hex 38 F6 4B 4D 0 46 4 7E 5B 3B
Octal 70 366 113 115 0 106 4 176 133 73
Binary 111000 11110110 1001011 1001101 0 1000110 100 1111110 1011011 111011

Color Harmonies of #38F64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F64B

Black with #38F64B

Text Example


Text Example

White with #38F64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,246,75); }

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

background-color css

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

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

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

border-color css

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

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

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