Html Css Color HEX #8BD302 Citrus

📋 copy color: '#8BD302'

red 139 ◦ green 211 ◦ blue 2

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

Shades of Citrus #8BD302

Tints of Citrus #8BD302

RGB

 RED value IS 139 (54.69% from 255) = 39.49%

 GREEN value IS 211 (82.81% from 255) = 59.94%

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 39.49%
G = 59.94%
B = 0.57%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#8BD302 (or 0x8BD302) is known color: Citrus. HEX triplet: 8B, D3 and 02. RGB value is (139,211,2). Sum of RGB (Red+Green+Blue) = 139+211+2=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 211 (82.81% from 255 or 59.94% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD302 is #742CFD. Grayscale: #A6A6A6. Windows color (decimal): -7613694 or 185227. OLE color: 185227.

HSL color Cylindrical-coordinate representation of color #8BD302: hue angle of 80.67º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8BD302 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 139 211 2 -
CMYK 0.34 0 0.99 0.17
HSL 80.67º 0.98% 0.42% -
HSV(B) 80.67º 0.99% 0.83% -
XYZ 33.95 52.08 8.32 -
YUV 165.65 35.65 108.99 -
System Red Green Blue C M Y K H S L
Decimal 139 211 2 0.34 0 0.99 0.17 80.67 0.98 0.42
Hex 8B D3 2 22 0 63 11 51 62 2A
Octal 213 323 2 42 0 143 21 121 142 52
Binary 10001011 11010011 10 100010 0 1100011 10001 1010001 1100010 101010

Color Harmonies of #8BD302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD302

Black with #8BD302

Text Example


Text Example

White with #8BD302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BD302; }

 p { color: rgb(139,211,2); }

 H1.HeaderClassName
 {
   color: #8BD302;
 }
 .AnyTagClassName
 {
   color: #8BD302;
 }
</style>

background-color css

<style>
 a { background-color: #8BD302; }

 a { background-color: rgb(139,211,2); }

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

border-color css

<style>
 span { border-color: #8BD302; }

 span { border-color: rgb(139,211,2); }

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