Html Css Color HEX #CBFB0F Electric Lime

📋 copy color: '#CBFB0F'

red 203 ◦ green 251 ◦ blue 15

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

Shades of Electric Lime #CBFB0F

Tints of Electric Lime #CBFB0F

RGB

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

 GREEN value IS 251 (98.44% from 255) = 53.52%

 BLUE value IS 15 (6.25% from 255) = 3.2%

R = 43.28%
G = 53.52%
B = 3.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#CBFB0F (or 0xCBFB0F) is known color: Electric Lime. HEX triplet: CB, FB and 0F. RGB value is (203,251,15). Sum of RGB (Red+Green+Blue) = 203+251+15=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 251 (98.44% from 255 or 53.52% from 469); Blue value is 15 (6.25% from 255 or 3.20% from 469); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFB0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFB0F is #3404F0. Grayscale: #D2D2D2. Windows color (decimal): -3409137 or 1047499. OLE color: 1047499.

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

Color convert

RGB 203 251 15 -
CMYK 0.19 0 0.94 0.02
HSL 72.2º 0.97% 0.52% -
HSV(B) 72.2º 0.94% 0.98% -
XYZ 59.21 81.73 13.11 -
YUV 209.74 18.1 123.19 -
System Red Green Blue C M Y K H S L
Decimal 203 251 15 0.19 0 0.94 0.02 72.2 0.97 0.52
Hex CB FB F 13 0 5E 2 48 61 34
Octal 313 373 17 23 0 136 2 110 141 64
Binary 11001011 11111011 1111 10011 0 1011110 10 1001000 1100001 110100

Color Harmonies of #CBFB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFB0F

Black with #CBFB0F

Text Example


Text Example

White with #CBFB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFB0F; }

 p { color: rgb(203,251,15); }

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

background-color css

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

 a { background-color: rgb(203,251,15); }

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

border-color css

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

 span { border-color: rgb(203,251,15); }

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