Html Css Color HEX #CBFD0C Electric Lime

📋 copy color: '#CBFD0C'

red 203 ◦ green 253 ◦ blue 12

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

Shades of Electric Lime #CBFD0C

Tints of Electric Lime #CBFD0C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 54.06%

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

R = 43.38%
G = 54.06%
B = 2.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#CBFD0C (or 0xCBFD0C) is known color: Electric Lime. HEX triplet: CB, FD and 0C. RGB value is (203,253,12). Sum of RGB (Red+Green+Blue) = 203+253+12=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 253 (99.22% from 255 or 54.06% from 468); Blue value is 12 (5.08% from 255 or 2.56% from 468); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFD0C is #3402F3. Grayscale: #D3D3D3. Windows color (decimal): -3408628 or 851403. OLE color: 851403.

HSL color Cylindrical-coordinate representation of color #CBFD0C: hue angle of 72.45º 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 #CBFD0C is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 253 12 -
CMYK 0.20 0 0.95 0.01
HSL 72.45º 0.98% 0.52% -
HSV(B) 72.45º 0.95% 0.99% -
XYZ 59.82 82.97 13.21 -
YUV 210.58 15.94 122.6 -
System Red Green Blue C M Y K H S L
Decimal 203 253 12 0.20 0 0.95 0.01 72.45 0.98 0.52
Hex CB FD C 14 0 5F 1 48 62 34
Octal 313 375 14 24 0 137 1 110 142 64
Binary 11001011 11111101 1100 10100 0 1011111 1 1001000 1100010 110100

Color Harmonies of #CBFD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFD0C

Black with #CBFD0C

Text Example


Text Example

White with #CBFD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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