Html Css Color HEX #38BC00 Kelly Green

📋 copy color: '#38BC00'

red 56 ◦ green 188 ◦ blue 0

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

Shades of Kelly Green #38BC00

Tints of Kelly Green #38BC00

RGB

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

 GREEN value IS 188 (73.83% from 255) = 77.05%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 22.95%
G = 77.05%
B = 0%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#38BC00 (or 0x38BC00) is known color: Kelly Green. HEX triplet: 38, BC and 00. RGB value is (56,188,0). Sum of RGB (Red+Green+Blue) = 56+188+0=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 188 (73.83% from 255 or 77.05% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38BC00 is #C743FF. Grayscale: #7F7F7F. Windows color (decimal): -13059072 or 48184. OLE color: 48184.

HSL color Cylindrical-coordinate representation of color #38BC00: hue angle of 102.13º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38BC00 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 188 0 -
CMYK 0.70 0 1 0.26
HSL 102.13º 1% 0.37% -
HSV(B) 102.13º 1% 0.74% -
XYZ 19.61 36.81 6.07 -
YUV 127.1 56.27 77.29 -
System Red Green Blue C M Y K H S L
Decimal 56 188 0 0.70 0 1 0.26 102.13 1 0.37
Hex 38 BC 0 46 0 64 1A 66 64 25
Octal 70 274 0 106 0 144 32 146 144 45
Binary 111000 10111100 0 1000110 0 1100100 11010 1100110 1100100 100101

Color Harmonies of #38BC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BC00

Black with #38BC00

Text Example


Text Example

White with #38BC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,188,0); }

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

background-color css

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

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

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

border-color css

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

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

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