Html Css Color HEX #38CB28 Lime Green

📋 copy color: '#38CB28'

red 56 ◦ green 203 ◦ blue 40

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

Shades of Lime Green #38CB28

Tints of Lime Green #38CB28

RGB

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

 GREEN value IS 203 (79.69% from 255) = 67.89%

 BLUE value IS 40 (16.02% from 255) = 13.38%

R = 18.73%
G = 67.89%
B = 13.38%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#38CB28 (or 0x38CB28) is known color: Lime Green. HEX triplet: 38, CB and 28. RGB value is (56,203,40). Sum of RGB (Red+Green+Blue) = 56+203+40=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 203 (79.69% from 255 or 67.89% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 203 - color contains mainly: green. Hex color #38CB28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CB28 is #C734D7. Grayscale: #8C8C8C. Windows color (decimal): -13055192 or 2673464. OLE color: 2673464.

HSL color Cylindrical-coordinate representation of color #38CB28: hue angle of 114.11º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38CB28 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 203 40 -
CMYK 0.72 0 0.80 0.20
HSL 114.11º 0.67% 0.48% -
HSV(B) 114.11º 0.8% 0.8% -
XYZ 23.37 43.71 9.21 -
YUV 140.47 71.3 67.75 -
System Red Green Blue C M Y K H S L
Decimal 56 203 40 0.72 0 0.80 0.20 114.11 0.67 0.48
Hex 38 CB 28 48 0 50 14 72 43 30
Octal 70 313 50 110 0 120 24 162 103 60
Binary 111000 11001011 101000 1001000 0 1010000 10100 1110010 1000011 110000

Color Harmonies of #38CB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CB28

Black with #38CB28

Text Example


Text Example

White with #38CB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,203,40); }

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

background-color css

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

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

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

border-color css

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

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

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