Html Css Color HEX #38F23D Lime Green

📋 copy color: '#38F23D'

red 56 ◦ green 242 ◦ blue 61

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

Shades of Lime Green #38F23D

Tints of Lime Green #38F23D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.99%

R = 15.6%
G = 67.41%
B = 16.99%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#38F23D (or 0x38F23D) is known color: Lime Green. HEX triplet: 38, F2 and 3D. RGB value is (56,242,61). Sum of RGB (Red+Green+Blue) = 56+242+61=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 242 (94.92% from 255 or 67.41% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 242 - color contains mainly: green. Hex color #38F23D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F23D is #C70DC2. Grayscale: #A6A6A6. Windows color (decimal): -13045187 or 4059704. OLE color: 4059704.

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

Color convert

RGB 56 242 61 -
CMYK 0.77 0 0.75 0.05
HSL 121.61º 0.88% 0.58% -
HSV(B) 121.61º 0.77% 0.95% -
XYZ 34.23 64.68 15.1 -
YUV 165.75 68.88 49.72 -
System Red Green Blue C M Y K H S L
Decimal 56 242 61 0.77 0 0.75 0.05 121.61 0.88 0.58
Hex 38 F2 3D 4D 0 4B 5 7A 58 3A
Octal 70 362 75 115 0 113 5 172 130 72
Binary 111000 11110010 111101 1001101 0 1001011 101 1111010 1011000 111010

Color Harmonies of #38F23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F23D

Black with #38F23D

Text Example


Text Example

White with #38F23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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