Html Css Color HEX #CBFC0C Electric Lime

📋 copy color: '#CBFC0C'

red 203 ◦ green 252 ◦ blue 12

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

Shades of Electric Lime #CBFC0C

Tints of Electric Lime #CBFC0C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 53.96%

 BLUE value IS 12 (5.08% from 255) = 2.57%

R = 43.47%
G = 53.96%
B = 2.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#CBFC0C (or 0xCBFC0C) is known color: Electric Lime. HEX triplet: CB, FC and 0C. RGB value is (203,252,12). Sum of RGB (Red+Green+Blue) = 203+252+12=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 252 (98.83% from 255 or 53.96% from 467); Blue value is 12 (5.08% from 255 or 2.57% from 467); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFC0C is #3403F3. Grayscale: #D2D2D2. Windows color (decimal): -3408884 or 851147. OLE color: 851147.

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

Color convert

RGB 203 252 12 -
CMYK 0.19 0 0.95 0.01
HSL 72.25º 0.98% 0.52% -
HSV(B) 72.25º 0.95% 0.99% -
XYZ 59.51 82.34 13.11 -
YUV 209.99 16.27 123.01 -
System Red Green Blue C M Y K H S L
Decimal 203 252 12 0.19 0 0.95 0.01 72.25 0.98 0.52
Hex CB FC C 13 0 5F 1 48 62 34
Octal 313 374 14 23 0 137 1 110 142 64
Binary 11001011 11111100 1100 10011 0 1011111 1 1001000 1100010 110100

Color Harmonies of #CBFC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFC0C

Black with #CBFC0C

Text Example


Text Example

White with #CBFC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFC0C; }

 p { color: rgb(203,252,12); }

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

background-color css

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

 a { background-color: rgb(203,252,12); }

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

border-color css

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

 span { border-color: rgb(203,252,12); }

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