Html Css Color HEX #CBF908 Electric Lime

📋 copy color: '#CBF908'

red 203 ◦ green 249 ◦ blue 8

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

Shades of Electric Lime #CBF908

Tints of Electric Lime #CBF908

RGB

 RED value IS 203 (79.69% from 255) = 44.13%

 GREEN value IS 249 (97.66% from 255) = 54.13%

 BLUE value IS 8 (3.52% from 255) = 1.74%

R = 44.13%
G = 54.13%
B = 1.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#CBF908 (or 0xCBF908) is known color: Electric Lime. HEX triplet: CB, F9 and 08. RGB value is (203,249,8). Sum of RGB (Red+Green+Blue) = 203+249+8=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 249 (97.66% from 255 or 54.13% from 460); Blue value is 8 (3.52% from 255 or 1.74% from 460); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF908 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF908 is #3406F7. Grayscale: #D0D0D0. Windows color (decimal): -3409656 or 588235. OLE color: 588235.

HSL color Cylindrical-coordinate representation of color #CBF908: hue angle of 71.45º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBF908 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 249 8 -
CMYK 0.18 0 0.97 0.02
HSL 71.45º 0.95% 0.5% -
HSV(B) 71.45º 0.97% 0.98% -
XYZ 58.55 80.47 12.68 -
YUV 207.77 15.26 124.6 -
System Red Green Blue C M Y K H S L
Decimal 203 249 8 0.18 0 0.97 0.02 71.45 0.95 0.5
Hex CB F9 8 12 0 61 2 47 5F 32
Octal 313 371 10 22 0 141 2 107 137 62
Binary 11001011 11111001 1000 10010 0 1100001 10 1000111 1011111 110010

Color Harmonies of #CBF908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF908

Black with #CBF908

Text Example


Text Example

White with #CBF908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF908; }

 p { color: rgb(203,249,8); }

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

background-color css

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

 a { background-color: rgb(203,249,8); }

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

border-color css

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

 span { border-color: rgb(203,249,8); }

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