Html Css Color HEX #38F227 Lime Green

📋 copy color: '#38F227'

red 56 ◦ green 242 ◦ blue 39

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

Shades of Lime Green #38F227

Tints of Lime Green #38F227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.57%

R = 16.62%
G = 71.81%
B = 11.57%

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

#38F227 (or 0x38F227) is known color: Lime Green. HEX triplet: 38, F2 and 27. RGB value is (56,242,39). Sum of RGB (Red+Green+Blue) = 56+242+39=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 242 (94.92% from 255 or 71.81% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 242 - color contains mainly: green. Hex color #38F227 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F227 is #C70DD8. Grayscale: #A3A3A3. Windows color (decimal): -13045209 or 2617912. OLE color: 2617912.

HSL color Cylindrical-coordinate representation of color #38F227: hue angle of 114.98º 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 #38F227 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 242 39 -
CMYK 0.77 0 0.84 0.05
HSL 114.98º 0.89% 0.55% -
HSV(B) 114.98º 0.84% 0.95% -
XYZ 33.75 64.49 12.59 -
YUV 163.24 57.88 51.51 -
System Red Green Blue C M Y K H S L
Decimal 56 242 39 0.77 0 0.84 0.05 114.98 0.89 0.55
Hex 38 F2 27 4D 0 54 5 73 59 37
Octal 70 362 47 115 0 124 5 163 131 67
Binary 111000 11110010 100111 1001101 0 1010100 101 1110011 1011001 110111

Color Harmonies of #38F227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F227

Black with #38F227

Text Example


Text Example

White with #38F227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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